installing argo workflow missing
This commit is contained in:
@@ -385,6 +385,21 @@ services:
|
||||
container_name: oc-static2
|
||||
networks:
|
||||
- oc2
|
||||
oc-front2:
|
||||
image: '${REGISTRY:-opencloudregistry/}oc-front:latest'
|
||||
container_name: oc-front2
|
||||
ports:
|
||||
- 8011:80
|
||||
networks:
|
||||
- oc2
|
||||
labels:
|
||||
- "traefik.stack=peer2"
|
||||
- "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"
|
||||
|
||||
volumes:
|
||||
oc-data2:
|
||||
|
||||
Reference in New Issue
Block a user