New Deploy for Demo
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user