fix: fixes nest restart issue

This commit is contained in:
ankitsridhar16
2022-12-20 14:52:54 +05:30
parent 130237fc87
commit 7ebed70316

View File

@@ -2,6 +2,7 @@ version: '3.0'
services:
local:
build: .
command: ["pnpm", "run", "start:dev"]
environment:
- PRODUCTION=false
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch?connect_timeout=300