powerdns-admin/docker-compose.yml

19 lines
470 B
YAML
Raw Normal View History

2019-12-04 04:50:46 +00:00
version: "3"
2018-04-17 14:21:42 +00:00
services:
2019-12-04 04:50:46 +00:00
app:
image: powerdnsadmin/pda-legacy:latest
2019-12-04 04:50:46 +00:00
container_name: powerdns_admin
2018-04-17 14:21:42 +00:00
ports:
2019-12-04 04:50:46 +00:00
- "9191:80"
2018-04-17 14:21:42 +00:00
logging:
driver: json-file
options:
max-size: 50m
environment:
2019-12-04 04:50:46 +00:00
- SQLALCHEMY_DATABASE_URI=mysql://pda:changeme@host.docker.internal/pda
2020-04-29 16:20:21 +00:00
- GUNICORN_TIMEOUT=60
2019-12-04 04:50:46 +00:00
- GUNICORN_WORKERS=2
- GUNICORN_LOGLEVEL=DEBUG
- OFFLINE_MODE=False # True for offline, False for external resources