powerdns-admin/docker-compose.yml
Dominik Fahr 650ea7660b updated image docker-compose.yml & deployment.yml
Docker Hub Repository Moved! #1317
2022-12-12 19:24:46 +01:00

19 lines
470 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
- OFFLINE_MODE=False # True for offline, False for external resources