harbor/docker-compose.yml aktualisiert

This commit is contained in:
2026-01-02 22:10:50 +00:00
parent d791ad8da5
commit 302b005593

View File

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