add user
All checks were successful
Deploy Containers / Prepare (push) Successful in 22s

This commit is contained in:
2025-11-26 21:51:15 -05:00
parent 5cdfe44d6c
commit 6474804095

View File

@@ -21,6 +21,8 @@
XDG_DATA_HOME: /pelican-data XDG_DATA_HOME: /pelican-data
APP_URL: "https://{{ PELICAN_APP_URL }}" APP_URL: "https://{{ PELICAN_APP_URL }}"
ADMIN_EMAIL: "{{ PELICAN_EMAIL }}" ADMIN_EMAIL: "{{ PELICAN_EMAIL }}"
PUID: "{{ PUID }}"
PGID: "{{ PGID }}"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.panel.rule: Host(`panel.landite.games`) traefik.http.routers.panel.rule: Host(`panel.landite.games`)