Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/docker-compose.deploy.networks.yml
Sebastián Ramírez d08d9314ce 📌 Make the public Traefik network a fixed default (#150)
to simplify development
2020-04-19 08:50:00 +02:00

19 lines
295 B
YAML

version: '3.3'
services:
pgadmin:
networks:
- ${TRAEFIK_PUBLIC_NETWORK}
- default
proxy:
networks:
- ${TRAEFIK_PUBLIC_NETWORK}
- default
flower:
networks:
- ${TRAEFIK_PUBLIC_NETWORK}
- default
networks:
traefik-public:
external: true