From 65e138ef8717a2c80f08717dc2c3bb3465dc53c2 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Fri, 2 Jan 2026 22:02:21 +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 f0e2eab..9b2ea94 100644 --- a/harbor/docker-compose.yml +++ b/harbor/docker-compose.yml @@ -80,7 +80,7 @@ services: - harbor-config 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" @@ -116,7 +116,7 @@ services: - core 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"