New Deploy for Demo

This commit is contained in:
mr
2026-04-13 16:35:42 +02:00
parent fdd8c6a50d
commit 34f10565c7
32 changed files with 3630 additions and 54 deletions

View File

@@ -143,23 +143,20 @@ services:
container_name: keto
networks:
- oc
login-app:
image: nginx:alpine
container_name: login-app
ports:
- "9090:80"
networks:
oc-front:
image: 'opencloudregistry/oc-front:latest'
container_name: oc-front
ports:
- 80:80
networks:
- oc
volumes:
- ./html:/usr/share/nginx/html:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.login.entrypoints=web"
- "traefik.http.routers.login.rule=PathPrefix(`/l`)"
- "traefik.http.services.login.loadbalancer.server.port=80"
- "traefik.http.middlewares.login-stripprefix.stripprefix.prefixes=/l"
- "traefik.http.routers.login.middlewares=login-stripprefix"
- "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"
volumes:
oc-data: