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
|
# 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
|
||||||
|
Reference in New Issue
Block a user