workspace

This commit is contained in:
mr 2024-11-04 14:25:38 +01:00
parent 148fdaac44
commit e8d8f51e3d

View File

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