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
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 19s
This commit is contained in:
@@ -93,9 +93,9 @@ services:
|
||||
# condition: service_healthy
|
||||
# backend:
|
||||
# condition: service_healthy
|
||||
# networks:
|
||||
# - internal
|
||||
# - traefik
|
||||
# networks:
|
||||
# - internal
|
||||
# - traefik
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.thoughts.rule=Host(`thoughts.gabrielkaszewski.dev`)"
|
||||
@@ -109,6 +109,7 @@ volumes:
|
||||
driver: local
|
||||
networks:
|
||||
traefik:
|
||||
name: traefik
|
||||
external: true
|
||||
internal:
|
||||
driver: bridge
|
||||
|
Reference in New Issue
Block a user