boilerplate-nestjs-api-crud/sample.env-docker-compose
2023-04-17 10:20:39 +08:00

10 lines
360 B
Plaintext

# This is the sample of .env-docker-compose
# Copy this file to .env and change the following content as needed.
# Optionally, you can copy file to .env-docker-compose
# and create symlink, e.g. ln -s .env-docker-compose .env
ENABLE_DUMMY_DAEMON=true
DOCKER_IMAGE_NAME=price/basic-nestjs-app:dev-local
PUB_APP_PORT=3000
PUB_HTTP_PORT=3080
PUB_HTTPS_PORT=3443