workspace

This commit is contained in:
mr 2024-11-04 14:18:24 +01:00
parent 9360d373dd
commit 148fdaac44

View File

@ -10,10 +10,8 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.workspace.entrypoints=web" - "traefik.http.routers.workspace.entrypoints=web"
- "traefik.http.routers.workspace.rule=Host(`localhost`)" - "traefik.http.routers.workspace.rule=PathPrefix(/workspace)"
- "traefik.routers.workspace.rule=Path(/workspace)"
- "traefik.http.routers.workspace.tls=false" - "traefik.http.routers.workspace.tls=false"
- "traefik.http.services.workspace.loadbalancer.server.port=80"
- "traefik.http.routers.workspace.middlewares=auth" - "traefik.http.routers.workspace.middlewares=auth"
container_name: oc-workspace container_name: oc-workspace
networks: networks: