mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove empty default values and reference the .env file instead
This commit is contained in:
parent
3eb2e4b541
commit
f3e7917d41
@ -22,14 +22,13 @@ services:
|
|||||||
# Envs used in Dockerfile
|
# Envs used in Dockerfile
|
||||||
# - DOCKER_WORKDIR="/app"
|
# - DOCKER_WORKDIR="/app"
|
||||||
# - PORT=3000
|
# - PORT=3000
|
||||||
- BUILD_DATE
|
# - BUILD_DATE="1970-01-01T00:00:00.00Z"
|
||||||
- BUILD_VERSION
|
# - BUILD_VERSION="0.0.0.0"
|
||||||
- BUILD_COMMIT
|
# - BUILD_COMMIT="0000000"
|
||||||
- NODE_ENV="production"
|
- NODE_ENV="production"
|
||||||
# Application only envs
|
env_file:
|
||||||
#- HOST=0.0.0.0 # This is nuxt specific, alternative value is HOST=webapp
|
- ./.env
|
||||||
#env_file:
|
# - ./frontend/.env
|
||||||
# - ./frontend/.env
|
|
||||||
|
|
||||||
#########################################################
|
#########################################################
|
||||||
## MARIADB ##############################################
|
## MARIADB ##############################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user