harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 21:51:05 +00:00
parent 22116a330a
commit 2bd2fab421

View File

@@ -78,6 +78,8 @@ services:
- proxy
depends_on:
- harbor-config
expose:
- "5000"
labels:
- "traefik.enable=true"
- "traefik.http.routers.harbor-registry.rule=Host(`${HARBOR_HOSTNAME}`) && PathPrefix(`/v2/`)"
@@ -113,6 +115,8 @@ services:
- proxy
depends_on:
- core
expose:
- "8080"
labels:
- "traefik.enable=true"
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)"