mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +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
|
|
@ -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