chore: cleaned up hopp-backend package and modified docker and docker-compose files

This commit is contained in:
Balu Babu
2022-12-08 22:19:14 +05:30
parent bfc5bfe973
commit c5466edf71
11 changed files with 15 additions and 111 deletions

View File

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