2024-07-17 13:28:02 +02:00
|
|
|
version: '3.4'
|
|
|
|
|
|
|
|
services:
|
|
|
|
oc-front:
|
|
|
|
image: oc-front
|
|
|
|
container_name: oc-front
|
|
|
|
ports:
|
2025-07-30 11:15:35 +02:00
|
|
|
- 80:80
|
2024-07-17 13:28:02 +02:00
|
|
|
networks:
|
2025-07-04 16:38:05 +02:00
|
|
|
- oc
|
2025-02-21 11:14:46 +01:00
|
|
|
labels:
|
|
|
|
- "traefik.enable=true"
|
|
|
|
- "traefik.http.routers.front.entrypoints=web"
|
|
|
|
- "traefik.http.routers.front.rule=PathPrefix(`/`)"
|
|
|
|
- "traefik.http.services.front.loadbalancer.server.port=80"
|
|
|
|
- "traefik.http.middlewares.front-stripprefix.stripprefix.prefixes=/"
|
|
|
|
- "traefik.http.routers.front.middlewares=front-stripprefix"
|
|
|
|
- "traefik.http.middlewares.front.forwardauth.address=http://oc-auth:8080/oc/forward"
|
2024-07-17 13:28:02 +02:00
|
|
|
networks:
|
2025-07-07 10:55:28 +02:00
|
|
|
oc:
|
2024-07-17 13:28:02 +02:00
|
|
|
external: true
|