Selaa lähdekoodia

Added an env var in the Dockerfile

Regarding the start.sh file, to run Horizon, this env variable must exist !
Djyp Forest Fortin 6 vuotta sitten
vanhempi
commit
b672ae4ce6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      contrib/docker/Dockerfile.apache

+ 1 - 0
contrib/docker/Dockerfile.apache

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