demo config changes
This commit is contained in:
@ -16,3 +16,17 @@ services:
|
||||
ports:
|
||||
- 28081:8081
|
||||
- 28080:8080
|
||||
mlchat:
|
||||
image: kevinai
|
||||
container_name: kevinai-chat
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: demo
|
||||
# TTS_BACKEND_URL: http://192.168.0.10:9009/asr
|
||||
WS_URL: wss://tts.d-popov.com
|
||||
SERVER_PORT_WS: 8080
|
||||
SERVER_PORT_HTTP: 8080
|
||||
ports:
|
||||
- 28080:8080
|
Reference in New Issue
Block a user