harbor/docker-compose.yml aktualisiert
This commit is contained in:
@@ -85,8 +85,7 @@ services:
|
||||
- "traefik.http.routers.harbor-registry.rule=Host(`${HARBOR_HOSTNAME}`) && PathPrefix(`/v2/`)"
|
||||
- "traefik.http.routers.harbor-registry.entrypoints=websecure"
|
||||
- "traefik.http.routers.harbor-registry.tls=true"
|
||||
- "traefik.http.routers.harbor-registry.tls.certresolver=le"
|
||||
- "traefik.http.routers.traefik.service=registry@harbor"
|
||||
- "traefik.http.routers.harbor-registry.tls.certresolver=le"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
||||
core:
|
||||
@@ -122,8 +121,7 @@ services:
|
||||
- "traefik.http.routers.harbor-ui.rule=Host(`${HARBOR_HOSTNAME}`)"
|
||||
- "traefik.http.routers.harbor-ui.entrypoints=websecure"
|
||||
- "traefik.http.routers.harbor-ui.tls=true"
|
||||
- "traefik.http.routers.harbor-ui.tls.certresolver=le"
|
||||
- "traefik.http.routers.traefik.service=portal@harbor"
|
||||
- "traefik.http.routers.harbor-ui.tls.certresolver=le"
|
||||
- "traefik.docker.network=proxy"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user