10 lines
224 B
YAML
10 lines
224 B
YAML
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
|