deploy demo to .10

This commit is contained in:
Dobromir Popov
2024-06-12 16:26:53 +03:00
parent 49edcd4985
commit 98ae4f5e99
8 changed files with 96 additions and 27 deletions

View File

@ -1,21 +1,21 @@
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:
- 28081:8081
- 28080:8080
# 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:
# - 28081:8081
# - 28080:8080
mlchat:
image: kevinai
container_name: kevinai-chat
@ -26,7 +26,8 @@ services:
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_WS: 8081
SERVER_PORT_HTTP: 8080
ports:
- 28080:8080
- 28080:8080
- 28081:8081