harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 21:58:54 +00:00
parent 59634f1837
commit 705b7b7496

View File

@@ -85,6 +85,7 @@ services:
- "traefik.http.routers.harbor-registry.tls=true" - "traefik.http.routers.harbor-registry.tls=true"
- "traefik.http.routers.harbor-registry.tls.certresolver=le" - "traefik.http.routers.harbor-registry.tls.certresolver=le"
- "traefik.http.services.harbor-registry.loadbalancer.server.port=5000" - "traefik.http.services.harbor-registry.loadbalancer.server.port=5000"
- "traefik.docker.network=proxy"
core: core:
image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0} 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=true"
- "traefik.http.routers.harbor-ui.tls.certresolver=le" - "traefik.http.routers.harbor-ui.tls.certresolver=le"
- "traefik.http.services.harbor-ui.loadbalancer.server.port=8080" - "traefik.http.services.harbor-ui.loadbalancer.server.port=8080"
- "traefik.docker.network=proxy"
jobservice: jobservice:
image: goharbor/harbor-jobservice:${HARBOR_VERSION:-v2.11.0} image: goharbor/harbor-jobservice:${HARBOR_VERSION:-v2.11.0}