fix: clean up commented-out network and labels configuration in Docker Compose
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 19s

This commit is contained in:
2025-09-09 04:39:35 +02:00
parent 93b90b85b6
commit c9775293c0

View File

@@ -93,9 +93,9 @@ services:
# condition: service_healthy # condition: service_healthy
# backend: # backend:
# condition: service_healthy # condition: service_healthy
# networks: # networks:
# - internal # - internal
# - traefik # - traefik
# labels: # labels:
# - "traefik.enable=true" # - "traefik.enable=true"
# - "traefik.http.routers.thoughts.rule=Host(`thoughts.gabrielkaszewski.dev`)" # - "traefik.http.routers.thoughts.rule=Host(`thoughts.gabrielkaszewski.dev`)"
@@ -109,6 +109,7 @@ volumes:
driver: local driver: local
networks: networks:
traefik: traefik:
name: traefik
external: true external: true
internal: internal:
driver: bridge driver: bridge