Initial commit

This commit is contained in:
david.hon
2023-04-17 10:20:39 +08:00
parent 164373aa05
commit 8c78c2ad98
54 changed files with 23165 additions and 2 deletions

10
sample.env-docker-compose Normal file
View 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