mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
650ea7660b
Docker Hub Repository Moved! #1317
19 lines
470 B
YAML
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
|