WebChatV2/compose.yaml

9 lines
196 B
YAML

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