remote debug config
This commit is contained in:
@ -8,7 +8,13 @@ services:
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
# TTS_BACKEND_URL: https://tts.d-popov.com/asr
|
||||
TTS_BACKEND_URL: http://192.168.0.10:9009/asr
|
||||
WS_URL: wss://ws.ai.d-popov.com
|
||||
SERVER_PORT_WS: 3001
|
||||
SERVER_PORT_HTTP: 3000
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 23000:3000
|
||||
- 23001:3001
|
||||
- 9229:9229
|
||||
command: ["node", "--inspect=0.0.0.0:9229", "web/server.js"]
|
||||
|
Reference in New Issue
Block a user