mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Add debugger as well
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
],
|
],
|
||||||
"ext": ".ts,.js",
|
"ext": ".ts,.js",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"exec": "tsx ./src/main.ts --config tsconfig.dev.json | pino-pretty --colorize --colorizeObjects --singleLine"
|
"exec": "tsx --inspect=0.0.0.0:9229 --config tsconfig.dev.json ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine"
|
||||||
}
|
}
|
||||||
@@ -71,6 +71,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
- 9464:9464 # for OTEL collection of Prometheus metrics
|
- 9464:9464 # for OTEL collection of Prometheus metrics
|
||||||
|
- 9229:9229 # For debugger access
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
|
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
|
||||||
|
|||||||
Reference in New Issue
Block a user