harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 22:23:37 +00:00
parent cb350fa866
commit a5ee7a9348

View File

@@ -86,7 +86,6 @@ 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.routers.traefik.service=registry@harbor"
- "traefik.docker.network=proxy" - "traefik.docker.network=proxy"
core: core:
@@ -123,7 +122,6 @@ services:
- "traefik.http.routers.harbor-ui.entrypoints=websecure" - "traefik.http.routers.harbor-ui.entrypoints=websecure"
- "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.routers.traefik.service=portal@harbor"
- "traefik.docker.network=proxy" - "traefik.docker.network=proxy"