version: "3" services: app: image: ngoduykhanh/powerdns-admin: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 - GUINCORN_TIMEOUT=60 - GUNICORN_WORKERS=2 - GUNICORN_LOGLEVEL=DEBUG