harbor/docker-compose.yml aktualisiert
This commit is contained in:
@@ -80,7 +80,7 @@ services:
|
|||||||
- harbor-config
|
- harbor-config
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "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.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"
|
||||||
@@ -116,7 +116,7 @@ services:
|
|||||||
- core
|
- core
|
||||||
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.mtnet.biz`)"
|
||||||
- "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"
|
||||||
|
|||||||
Reference in New Issue
Block a user