harbor/docker-compose.yml aktualisiert

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

View File

@@ -85,8 +85,7 @@ services:
- "traefik.http.routers.harbor-registry.rule=Host(`${HARBOR_HOSTNAME}`) && PathPrefix(`/v2/`)"
- "traefik.http.routers.harbor-registry.entrypoints=websecure"
- "traefik.http.routers.harbor-registry.tls=true"
- "traefik.http.routers.harbor-registry.tls.certresolver=le"
- "traefik.http.routers.traefik.service=registry@harbor"
- "traefik.http.routers.harbor-registry.tls.certresolver=le"
- "traefik.docker.network=proxy"
core:
@@ -122,8 +121,7 @@ services:
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)"
- "traefik.http.routers.harbor-ui.entrypoints=websecure"
- "traefik.http.routers.harbor-ui.tls=true"
- "traefik.http.routers.harbor-ui.tls.certresolver=le"
- "traefik.http.routers.traefik.service=portal@harbor"
- "traefik.http.routers.harbor-ui.tls.certresolver=le"
- "traefik.docker.network=proxy"