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}