fix: fixes nest restart issue
This commit is contained in:
parent
130237fc87
commit
7ebed70316
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue