From b6de5f9ceb35dd642d0047d2b2fac52778e77601 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Fri, 2 Jan 2026 21:53:14 +0000 Subject: [PATCH] harbor/docker-compose.yml aktualisiert --- harbor/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbor/docker-compose.yml b/harbor/docker-compose.yml index 3ec6997..2d86d5a 100644 --- a/harbor/docker-compose.yml +++ b/harbor/docker-compose.yml @@ -82,7 +82,7 @@ services: - "5000" labels: - "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.tls=true" - "traefik.http.routers.harbor-registry.tls.certresolver=le" @@ -119,7 +119,7 @@ services: - "8080" labels: - "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.tls=true" - "traefik.http.routers.harbor-ui.tls.certresolver=le"