harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 22:02:21 +00:00
parent 705b7b7496
commit 65e138ef87

View File

@@ -80,7 +80,7 @@ services:
- harbor-config - harbor-config
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.harbor-registry.rule=Host(`${HARBOR_HOSTNAME}`) && PathPrefix(`/v2/`)" - "traefik.http.routers.harbor-registry.rule=Host(`harbor.mtnet.biz`) && PathPrefix(`/v2/`)"
- "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"
@@ -116,7 +116,7 @@ services:
- core - core
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)" - "traefik.http.routers.harbor-ui.rule=Host(`harbor.mtnet.biz`)"
- "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"