old changes
This commit is contained in:
@ -3,10 +3,16 @@ version: '3.4'
|
||||
services:
|
||||
kevinai:
|
||||
image: kevinai
|
||||
container_name: kevinai-dev
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
TTS_BACKEND_URL: http://192.168.0.10:9009/asr
|
||||
WS_URL: ws://192.168.0.10:28081
|
||||
SERVER_PORT_WS: 8081
|
||||
SERVER_PORT_HTTP: 8080
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 28081:8081
|
||||
- 28080:8080
|
||||
|
Reference in New Issue
Block a user