mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-16 03:38:54 +02:00
Following the Pelican server support guidance, changing the env in the Docker compose yaml
This commit is contained in:
parent
2304ad718b
commit
d6859f0843
2 changed files with 8 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue