This commit is contained in:
mr 2024-11-04 14:19:56 +01:00
parent c2cb0587a2
commit eb904eb80c

View File

@ -13,10 +13,8 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.catalog.entrypoints=web" - "traefik.http.routers.catalog.entrypoints=web"
- "traefik.http.routers.catalog.rule=Host(`localhost`)" - "traefik.http.routers.catalog.rule=PathPrefix(/catalog)"
- "traefik.routers.catalog.rule=Path(/datacenter)"
- "traefik.http.routers.catalog.tls=false" - "traefik.http.routers.catalog.tls=false"
- "traefik.http.services.catalog.loadbalancer.server.port=80"
- "traefik.http.routers.catalog.middlewares=auth" - "traefik.http.routers.catalog.middlewares=auth"
networks: networks:
catalog: catalog: