harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 22:14:05 +00:00
parent 302b005593
commit 7791e9cff8

View File

@@ -85,7 +85,7 @@ services:
- "traefik.http.routers.harbor-registry.rule=Host(`harbor.mtnet.biz`) && 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=lets-encrypt" - "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" - "traefik.docker.network=proxy"
@@ -122,7 +122,7 @@ services:
- "traefik.http.routers.harbor-ui.rule=Host(`harbor.mtnet.biz`)" - "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=lets-encrypt" - "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" - "traefik.docker.network=proxy"