This commit is contained in:
mr
2025-06-11 14:37:27 +02:00
parent 857386962a
commit 36457270e6
4 changed files with 12 additions and 11 deletions

View File

@@ -7,15 +7,12 @@ services:
ports:
- 8080:80
networks:
- catalog
- oc
labels:
- "traefik.enable=true"
- "traefik.http.routers.front.entrypoints=web"
- "traefik.http.routers.front.rule=PathPrefix(`/`)"
- "traefik.http.services.front.loadbalancer.server.port=80"
- "traefik.http.middlewares.front-stripprefix.stripprefix.prefixes=/"
- "traefik.http.routers.front.middlewares=front-stripprefix"
- "traefik.http.middlewares.front.forwardauth.address=http://oc-auth:8080/oc/forward"
networks:
catalog:
oc:
external: true