mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +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";
|
||||
|
|
|
|||
|
|
@ -106,9 +106,10 @@ services:
|
|||
- pelican-logs:/var/www/html/storage/logs
|
||||
environment:
|
||||
XDG_DATA_HOME: /pelican-data
|
||||
APP_URL: "http://pelican.prg-radio.org"
|
||||
ADMIN_EMAIL: "kuutruu@posteo.net"
|
||||
APP_URL: "https://pelican.prg-radio.org"
|
||||
LE_EMAIL: "kuutruu@posteo.net"
|
||||
TRUSTED_PROXIES: "10.1.1.250"
|
||||
BEHIND_PROXY: true
|
||||
|
||||
wings:
|
||||
image: ghcr.io/pelican-dev/wings:latest
|
||||
|
|
@ -126,6 +127,7 @@ services:
|
|||
WINGS_UID: 1000
|
||||
WINGS_GID: 1000
|
||||
WINGS_USERNAME: pelican
|
||||
BEHIND_PROXY: true # Just in case...
|
||||
volumes:
|
||||
- "/run/podman/podman.sock:/var/run/docker.sock"
|
||||
- "/var/lib/containers/storage/overlay-containers/:/var/lib/docker/containers/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue