Added successfully built docker-compose and cockerFile

This commit is contained in:
Alex Tran
2022-02-03 14:42:27 -06:00
parent 568cc243f0
commit 85b83f9666
15 changed files with 198 additions and 64 deletions

View File

@@ -2,13 +2,12 @@
NODE_ENV=development
# Database
DB_HOST=
DB_USERNAME=
DB_PASSWORD=
DB_DATABASE=
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=
# Upload File Config
UPLOAD_LOCATION=./tmp
UPLOAD_LOCATION=./upload
# JWT SECRET
JWT_SECRET=