.
This commit is contained in:
20
powerdns-admin/docker-compose.yml
Normal file
20
powerdns-admin/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: powerdnsadmin/pda-legacy:latest
|
||||
container_name: powerdns_admin_app
|
||||
ports:
|
||||
- "9191:80"
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 50m
|
||||
environment:
|
||||
- GUNICORN_TIMEOUT=60
|
||||
- GUNICORN_WORKERS=2
|
||||
- GUNICORN_LOGLEVEL=WARNING
|
||||
- SQLALCHEMY_DATABASE_URI=mysql://pdns:Ei8iVPIBlL95d0VK@petit-db.grafschaft.lan/pdns_admin
|
||||
volumes:
|
||||
- /srv/docker/pdnsadmin/data:/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user