Following the Pelican server support guidance, changing the env in the Docker compose yaml

This commit is contained in:
Root User 2026-03-23 11:56:07 +01:00
parent 2304ad718b
commit d6859f0843
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 8 additions and 4 deletions

View file

@ -85,8 +85,9 @@
virtualisation.oci-containers.containers."pelican_panel" = {
image = "ghcr.io/pelican-dev/panel:latest";
environment = {
"ADMIN_EMAIL" = "kuutruu@posteo.net";
"APP_URL" = "http://pelican.prg-radio.org";
"APP_URL" = "https://pelican.prg-radio.org";
"BEHIND_PROXY" = "true";
"LE_EMAIL" = "kuutruu@posteo.net";
"TRUSTED_PROXIES" = "10.1.1.250";
"XDG_DATA_HOME" = "/pelican-data";
};
@ -130,6 +131,7 @@
image = "ghcr.io/pelican-dev/wings:latest";
environment = {
"APP_TIMEZONE" = "Europe/Copenhagen";
"BEHIND_PROXY" = "true";
"TZ" = "Europe/Copenhagen";
"WINGS_GID" = "1000";
"WINGS_UID" = "1000";