installing argo workflow missing

This commit is contained in:
mr
2026-04-14 10:54:31 +02:00
parent c4a67e6a84
commit cec4c79c7c
3 changed files with 40 additions and 24 deletions

View File

@@ -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: