9 lines
240 B
YAML
9 lines
240 B
YAML
services:
|
|
chat-ui:
|
|
image: forgejo.ikeforge.com/ike/webchatv2:latest
|
|
container_name: webchatv2
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:80"
|
|
environment:
|
|
- N8N_WEBHOOK_URL=https://n8n.ikeforge.com/webhook/chat
|