Merge pull request #1027 from Djyp/dev

Added an env var in the Dockerfile
This commit is contained in:
daniel 2019-03-16 14:32:25 -06:00 committed by GitHub
commit 1fcf6d6599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 \