Simplify Docker network config to use traefik-public only

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-02 14:09:09 +00:00
parent fdd75a135e
commit 206ca2b9cc
1 changed files with 1 additions and 7 deletions

View File

@ -19,7 +19,6 @@ services:
- "traefik.http.services.votc.loadbalancer.server.port=3000"
networks:
- traefik-public
- votc-internal
votc-db:
image: postgres:16-alpine
@ -38,7 +37,7 @@ services:
timeout: 5s
retries: 5
networks:
- votc-internal
- traefik-public
volumes:
votc-postgres-data:
@ -46,8 +45,3 @@ volumes:
networks:
traefik-public:
external: true
votc-internal:
driver: bridge
ipam:
config:
- subnet: 172.29.0.0/24