ci: workflow Forgejo Actions para publicar imagen en registry + compose por env var N8N_WEBHOOK_URL
Some checks failed
build-and-push-image / build (push) Has been cancelled
Some checks failed
build-and-push-image / build (push) Has been cancelled
This commit is contained in:
parent
4193336775
commit
f0f6db06c9
5 changed files with 67 additions and 15 deletions
|
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
chat-ui:
|
||||
build: .
|
||||
image: forgejo.ikeforge.com/ike/webchatv2:latest
|
||||
container_name: webchatv2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./public/config.js:/usr/share/nginx/html/config.js:ro
|
||||
environment:
|
||||
- N8N_WEBHOOK_URL=https://n8n.ikeforge.com/webhook/chat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue