feat(webhook): scripts

This commit is contained in:
2026-03-05 19:18:26 +01:00
parent be3601b39d
commit 81d8f89552
6 changed files with 23 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
services:
bruchtal-webhook:
build: ./deploy
container_name: bruchtal-webhook
container_name: webhook
restart: unless-stopped
ports:
- "9001:9001"
volumes:
- /docker/Bruchtal:/workspace
- /docker/Bruchtal/deploy/hooks.json:/hooks/hooks.json:ro
- /docker/Bruchtal/scripts/webhook-deploy/hooks.json:/hooks/hooks.json:ro
- /var/run/docker.sock:/var/run/docker.sock
- /root/.ssh:/root/.ssh:ro
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]