Fixed labels

This commit is contained in:
Patrick Skowronek 2022-10-31 11:26:00 +01:00
parent c6a807d717
commit 3f5463318d
1 changed files with 4 additions and 4 deletions

View File

@ -28,11 +28,11 @@ services:
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.blaze_ccp.rule=PathPrefix(`/ccp-report-hub`)"
- "traefik.http.routers.report-ccp.rule=PathPrefix(`/ccp-report-hub`)"
- "traefik.http.middlewares.ccp_t_strip.stripprefix.prefixes=/ccp-report-hub"
- "traefik.http.services.blaze_ccp.loadbalancer.server.port=8080"
- "traefik.http.routers.blaze_ccp.middlewares=ccp_t_strip,ccp-auth"
- "traefik.http.routers.blaze_ccp.tls=true"
- "traefik.http.services.report-ccp.loadbalancer.server.port=8080"
- "traefik.http.routers.report-ccp.middlewares=ccp_t_strip"
- "traefik.http.routers.report-ccp.tls=true"
volumes:
task-store-data: