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:
- "traefik.enable=true"
- "traefik.http.routers.workspace.entrypoints=web"
- "traefik.http.routers.workspace.rule=Host(`localhost`)"
- "traefik.routers.workspace.rule=Path(/workspace)"
- "traefik.http.routers.workspace.rule=PathPrefix(/workspace)"
- "traefik.http.routers.workspace.tls=false"
- "traefik.http.services.workspace.loadbalancer.server.port=80"
- "traefik.http.routers.workspace.middlewares=auth"
container_name: oc-workspace
networks: