mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Added an env var in the Dockerfile
Regarding the start.sh file, to run Horizon, this env variable must exist !
This commit is contained in:
parent
a5def258b5
commit
b672ae4ce6
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ ENV APP_ENV=production \
|
|||
DB_HOST=db \
|
||||
BROADCAST_DRIVER=log \
|
||||
QUEUE_DRIVER=redis \
|
||||
HORIZON_EMBED=TRUE \
|
||||
HORIZON_PREFIX=horizon-pixelfed \
|
||||
REDIS_HOST=redis \
|
||||
SESSION_SECURE_COOKIE=true \
|
||||
|
|
Loading…
Add table
Reference in a new issue