harbor/docker-compose.yml aktualisiert
This commit is contained in:
@@ -78,7 +78,7 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
- harbor-config
|
- harbor-config
|
||||||
expose:
|
ports:
|
||||||
- "5000"
|
- "5000"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
@@ -86,7 +86,6 @@ services:
|
|||||||
- "traefik.http.routers.harbor-registry.entrypoints=websecure"
|
- "traefik.http.routers.harbor-registry.entrypoints=websecure"
|
||||||
- "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.routers.traefik.service=registry@harbor"
|
- "traefik.http.routers.traefik.service=registry@harbor"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
|
|
||||||
@@ -116,15 +115,14 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
- core
|
- core
|
||||||
expose:
|
ports:
|
||||||
- "8080"
|
- "8080"
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)"
|
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)"
|
||||||
- "traefik.http.routers.harbor-ui.entrypoints=websecure"
|
- "traefik.http.routers.harbor-ui.entrypoints=websecure"
|
||||||
- "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.routers.traefik.service=portal@harbor"
|
- "traefik.http.routers.traefik.service=portal@harbor"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user