wip
This commit is contained in:
+1
-4
@@ -1,9 +1,6 @@
|
|||||||
# Generate a secure key using `openssl rand -base64 32`
|
# Generate a secure key using `openssl rand -base64 32`
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
|
|
||||||
# Timezone used internally
|
|
||||||
APP_TIMEZONE=UTC
|
|
||||||
|
|
||||||
# Port for NGINX to listen on
|
# Port for NGINX to listen on
|
||||||
APP_PORT=8000
|
APP_PORT=8000
|
||||||
|
|
||||||
@@ -33,7 +30,6 @@ MARKET_DATA_REFRESH=30
|
|||||||
DAILY_CHANGE_TIME=
|
DAILY_CHANGE_TIME=
|
||||||
|
|
||||||
#### Advanced configurations ####
|
#### Advanced configurations ####
|
||||||
|
|
||||||
ENABLED_LOGIN_PROVIDERS=
|
ENABLED_LOGIN_PROVIDERS=
|
||||||
GITHUB_CLIENT_ID=
|
GITHUB_CLIENT_ID=
|
||||||
GITHUB_CLIENT_SECRET=
|
GITHUB_CLIENT_SECRET=
|
||||||
@@ -45,6 +41,7 @@ FACEBOOK_CLIENT_ID=
|
|||||||
FACEBOOK_CLIENT_SECRET=
|
FACEBOOK_CLIENT_SECRET=
|
||||||
|
|
||||||
APP_NAME=Investbrain
|
APP_NAME=Investbrain
|
||||||
|
APP_TIMEZONE=UTC
|
||||||
APP_ENV=production
|
APP_ENV=production
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_LOCALE=en
|
APP_LOCALE=en
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
|
libpq-dev \
|
||||||
supervisor \
|
supervisor \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install -j$(nproc) \
|
&& docker-php-ext-install -j$(nproc) \
|
||||||
|
|||||||
Reference in New Issue
Block a user