This commit is contained in:
mr 2024-11-04 14:28:38 +01:00
parent 3349c56e6f
commit e4c5d3bed6

View File

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