deploy pelican to bear
Some checks failed
Deploy Containers / Prepare (push) Failing after 20s

This commit is contained in:
2026-01-28 19:15:06 -05:00
parent 2570402c1d
commit 852a040e8a
3 changed files with 239 additions and 233 deletions

View File

@@ -26,7 +26,7 @@
PGID: "{{ PGID }}"
labels:
traefik.enable: "true"
traefik.http.routers.pelican.rule: Host(`panel.landite.games`)
traefik.http.routers.pelican.rule: Host(`{{ PELICAN_APP_URL }}`)
traefik.http.routers.pelican.entrypoints: webSecure
traefik.http.routers.pelican.tls.certresolver: letsencrypt
traefik.http.services.pelican.loadbalancer.server.port: "80"