mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
fix: remove unused 'traefik' network from docker-compose configuration
This commit is contained in:
parent
93fb7ca287
commit
c62df7a84f
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue