diff --git a/deploy/egommerce-stack.dev.yml b/deploy/egommerce-stack.dev.yml index 88e77db..355a1a6 100644 --- a/deploy/egommerce-stack.dev.yml +++ b/deploy/egommerce-stack.dev.yml @@ -7,13 +7,13 @@ services: hostname: egommerce.pbiernat.dev environment: - APP_DOMAIN=egommerce.pbiernat.dev - labels: - - "traefik.enable=true" - - "traefik.http.routers.api-gateway-dashboard.rule=PathPrefix(`/`)" - - "traefik.http.routers.api-gateway-dashboard.service=dashboard@internal" - - "traefik.http.routers.api-gateway-dashboard.middlewares=dashboard_redirect@internal,dashboard_stripprefix@internal" - - "traefik.http.routers.api-gateway-api.rule=PathPrefix(`/api`)" - - "traefik.http.routers.api-gateway-api.service=api@internal" + # labels: + # - "traefik.enable=true" + # - "traefik.http.routers.api-gateway-dashboard.rule=PathPrefix(`/`)" + # - "traefik.http.routers.api-gateway-dashboard.service=dashboard@internal" + # - "traefik.http.routers.api-gateway-dashboard.middlewares=dashboard_redirect@internal,dashboard_stripprefix@internal" + # - "traefik.http.routers.api-gateway-api.rule=PathPrefix(`/api`)" + # - "traefik.http.routers.api-gateway-api.service=api@internal" # - "traefik.http.routers.api-gateway-api.middlewares=PathPrefix(`/`)" # - "traefik.http.routers.api-gateway.tls=true" # - "traefik.http.routers.api-gateway.rule=Headers(`X-API-SERVICE`, `admin-gateway`)"