This commit is contained in:
mr 2024-11-04 14:27:30 +01:00
parent 863b413258
commit f3566e1120

View File

@ -11,10 +11,9 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.shared.entrypoints=web"
- "traefik.http.routers.shared.rule=Host(`localhost`)"
- "traefik.routers.shared.rule=Path(/shared)"
- "traefik.http.routers.shared.rule=PathPrefix(/shared)"
- "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward"
- "traefik.http.routers.shared.tls=false"
- "traefik.http.services.shared.loadbalancer.server.port=80"
- "traefik.http.routers.shared.middlewares=auth"
networks:
- catalog