Update lxc1/p2-apps/zot.yml
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin_jk 2026-03-19 13:07:51 +00:00
parent 0021266191
commit 2ca070b62a

View file

@ -15,6 +15,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.docker.network=zot_external"
- "traefik.http.routers.zot.entrypoints=websecure"
- "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"