This commit is contained in:
mr 2024-11-04 14:29:40 +01:00
parent eb904eb80c
commit 21b3041783

View File

@ -13,6 +13,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.catalog.entrypoints=web"
- "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward"
- "traefik.http.routers.catalog.rule=PathPrefix(/catalog)"
- "traefik.http.routers.catalog.tls=false"
- "traefik.http.routers.catalog.middlewares=auth"