Merge pull request #1027 from Djyp/dev

Added an env var in the Dockerfile
pull/1038/head
daniel 6 years ago committed by GitHub
commit 1fcf6d6599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save