fix: remove unused 'traefik' network from docker-compose configuration

This commit is contained in:
WhiteX 2025-06-09 14:55:50 +03:00 committed by rzmk
parent 93fb7ca287
commit c62df7a84f

View file

@ -47,7 +47,6 @@ services:
- "traefik.http.routers.${DEPLOYMENT_NAME:-learnhouse}.tls=true"
networks:
- backend
- traefik
db:
image: postgres:16-alpine
@ -110,6 +109,3 @@ networks:
backend:
name: ${DEPLOYMENT_NAME:-learnhouse}-network
driver: bridge
traefik:
name: traefik
external: true