WebChatV2/docker-compose.yaml

11 lines
224 B
YAML
Raw Normal View History

services:
chat-ui:
build: .
image: webchatv2:latest
container_name: webchatv2
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./public/config.js:/usr/share/nginx/html/config.js:ro