From 705b7b749688d0e61afea943784ed99fdbb6967c Mon Sep 17 00:00:00 2001 From: Thomas M Date: Fri, 2 Jan 2026 21:58:54 +0000 Subject: [PATCH] harbor/docker-compose.yml aktualisiert --- harbor/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/harbor/docker-compose.yml b/harbor/docker-compose.yml index 935f849..f0e2eab 100644 --- a/harbor/docker-compose.yml +++ b/harbor/docker-compose.yml @@ -85,6 +85,7 @@ services: - "traefik.http.routers.harbor-registry.tls=true" - "traefik.http.routers.harbor-registry.tls.certresolver=le" - "traefik.http.services.harbor-registry.loadbalancer.server.port=5000" + - "traefik.docker.network=proxy" core: image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0} @@ -120,6 +121,8 @@ services: - "traefik.http.routers.harbor-ui.tls=true" - "traefik.http.routers.harbor-ui.tls.certresolver=le" - "traefik.http.services.harbor-ui.loadbalancer.server.port=8080" + - "traefik.docker.network=proxy" + jobservice: image: goharbor/harbor-jobservice:${HARBOR_VERSION:-v2.11.0}