feat: initial ChatUI modular con arbol de temas, chat n8n y KeyNotes editables
This commit is contained in:
commit
19aaeb8619
42 changed files with 6155 additions and 0 deletions
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue