Fix missing env vars on prod docker.

This commit is contained in:
Buster Neece 2023-08-05 13:19:18 -05:00
parent 60ee0404c1
commit 4c64842553
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@ ENV TZ="UTC" \
NGINX_WEBDJ_PORTS="default" \
COMPOSER_PLUGIN_MODE="false" \
ADDITIONAL_MEDIA_SYNC_WORKER_COUNT=0 \
PROFILING_EXTENSION_ENABLED=0 \
PROFILING_EXTENSION_ALWAYS_ON=0 \
PROFILING_EXTENSION_HTTP_KEY=dev \
PROFILING_EXTENSION_HTTP_IP_WHITELIST=* \
ENABLE_WEB_UPDATER="true"
# Entrypoint and default command