remove empty default values and reference the .env file instead

This commit is contained in:
Ulf Gebhardt 2021-09-15 10:27:24 +02:00
parent 3eb2e4b541
commit f3e7917d41
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

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