Initial commit
This commit is contained in:
10
sample.env-docker-compose
Normal file
10
sample.env-docker-compose
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user