mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 18:25:15 +00:00
19 lines
320 B
YAML
19 lines
320 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:
|
|
{{cookiecutter.traefik_public_network}}:
|
|
external: true
|