correct var name for traefik label
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
1d940628f0
commit
18d7b125bb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=zot_external"
|
||||
- "traefik.http.routers.zot.rule=Host(`${HARBOR_HOST_NAME}.${TRAEFIK_DNS_SUFFIX}`)"
|
||||
- "traefik.http.routers.zot.rule=Host(`${ZOT_HOST_NAME}.${TRAEFIK_DNS_SUFFIX}`)"
|
||||
- "traefik.http.routers.zot.tls=true"
|
||||
- "traefik.http.routers.zot.tls.certresolver=dns_resolver"
|
||||
- "traefik.http.services.zot.loadbalancer.server.port=5000"
|
||||
|
|
|
|||
Loading…
Reference in a new issue