mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
18 lines
394 B
YAML
18 lines
394 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
image: powerdnsadmin/pda-legacy:latest
|
|
container_name: powerdns_admin
|
|
ports:
|
|
- "9191:80"
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: 50m
|
|
environment:
|
|
- SQLALCHEMY_DATABASE_URI=mysql://pda:changeme@host.docker.internal/pda
|
|
- GUNICORN_TIMEOUT=60
|
|
- GUNICORN_WORKERS=2
|
|
- GUNICORN_LOGLEVEL=DEBUG
|