oc-workspace/docker-compose.yml
2024-11-04 14:18:24 +01:00

22 lines
546 B
YAML

version: '3.4'
services:
oc-workspace:
environment:
- MONGO_DATABASE=DC_myDC
image: 'oc-workspace:latest'
ports:
- 8089:8080
labels:
- "traefik.enable=true"
- "traefik.http.routers.workspace.entrypoints=web"
- "traefik.http.routers.workspace.rule=PathPrefix(/workspace)"
- "traefik.http.routers.workspace.tls=false"
- "traefik.http.routers.workspace.middlewares=auth"
container_name: oc-workspace
networks:
- catalog
networks:
catalog:
external: true