feat: added user environments to app module

This commit is contained in:
ankitsridhar16
2022-12-13 16:10:58 +05:30
parent ce94255a9e
commit 8e038f6944
3 changed files with 6 additions and 4 deletions

View File

@@ -6,9 +6,9 @@ services:
- PRODUCTION=false
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch?connect_timeout=300
- PORT=3000
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules/
# volumes:
# - .:/usr/src/app
# - /usr/src/app/node_modules/
depends_on:
- dev-db
ports: