mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1027 from Djyp/dev
Added an env var in the Dockerfile
This commit is contained in:
commit
1fcf6d6599
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ ENV APP_ENV=production \
|
||||||
DB_HOST=db \
|
DB_HOST=db \
|
||||||
BROADCAST_DRIVER=log \
|
BROADCAST_DRIVER=log \
|
||||||
QUEUE_DRIVER=redis \
|
QUEUE_DRIVER=redis \
|
||||||
|
HORIZON_EMBED=TRUE \
|
||||||
HORIZON_PREFIX=horizon-pixelfed \
|
HORIZON_PREFIX=horizon-pixelfed \
|
||||||
REDIS_HOST=redis \
|
REDIS_HOST=redis \
|
||||||
SESSION_SECURE_COOKIE=true \
|
SESSION_SECURE_COOKIE=true \
|
||||||
|
|
Loading…
Reference in a new issue