harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 21:47:04 +00:00
parent 699be98f52
commit 22116a330a

View File

@@ -84,7 +84,7 @@ services:
- "traefik.http.routers.harbor-registry.entrypoints=websecure" - "traefik.http.routers.harbor-registry.entrypoints=websecure"
- "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=8080" - "traefik.http.services.harbor-registry.loadbalancer.server.port=5000"
core: core:
image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0} image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0}