gogo2/docker-compose.yml
2023-08-23 12:43:43 +00:00

19 lines
405 B
YAML

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