harbor/docker-compose.yml aktualisiert
This commit is contained in:
@@ -85,6 +85,7 @@ services:
|
|||||||
- "traefik.http.routers.harbor-registry.tls=true"
|
- "traefik.http.routers.harbor-registry.tls=true"
|
||||||
- "traefik.http.routers.harbor-registry.tls.certresolver=le"
|
- "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"
|
||||||
|
|
||||||
core:
|
core:
|
||||||
image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0}
|
image: goharbor/harbor-core:${HARBOR_VERSION:-v2.11.0}
|
||||||
@@ -120,6 +121,8 @@ services:
|
|||||||
- "traefik.http.routers.harbor-ui.tls=true"
|
- "traefik.http.routers.harbor-ui.tls=true"
|
||||||
- "traefik.http.routers.harbor-ui.tls.certresolver=le"
|
- "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"
|
||||||
|
|
||||||
|
|
||||||
jobservice:
|
jobservice:
|
||||||
image: goharbor/harbor-jobservice:${HARBOR_VERSION:-v2.11.0}
|
image: goharbor/harbor-jobservice:${HARBOR_VERSION:-v2.11.0}
|
||||||
|
|||||||
Reference in New Issue
Block a user