2026-06-27 21:03:10 -05:00
|
|
|
services:
|
|
|
|
|
chat-ui:
|
2026-06-27 21:35:48 -05:00
|
|
|
image: forgejo.ikeforge.com/ike/webchatv2:latest
|
2026-06-27 21:03:10 -05:00
|
|
|
container_name: webchatv2
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "8080:80"
|
2026-06-27 21:35:48 -05:00
|
|
|
environment:
|
|
|
|
|
- N8N_WEBHOOK_URL=https://n8n.ikeforge.com/webhook/chat
|