oc-workspace/docker-compose.yml

23 lines
639 B
YAML
Raw Permalink Normal View History

2024-07-26 10:37:13 +02:00
version: '3.4'
services:
oc-workspace:
environment:
- MONGO_DATABASE=DC_myDC
image: 'oc-workspace:latest'
ports:
- 8089:8080
2024-10-30 10:41:34 +01:00
labels:
2024-10-30 17:07:40 +01:00
- "traefik.enable=true"
- "traefik.http.routers.workspace.entrypoints=web"
2024-11-04 14:25:38 +01:00
- "traefik.http.middlewares.auth.forwardauth.address=http://oc-auth:8080/oc/forward"
2024-11-04 14:18:24 +01:00
- "traefik.http.routers.workspace.rule=PathPrefix(/workspace)"
2024-10-30 17:07:40 +01:00
- "traefik.http.routers.workspace.tls=false"
- "traefik.http.routers.workspace.middlewares=auth"
2024-07-26 10:37:13 +02:00
container_name: oc-workspace
networks:
- catalog
networks:
catalog:
external: true