infra(webhook): gitea und webhook dc-yml neu

This commit is contained in:
2026-02-21 22:23:39 +01:00
parent 87f91b8b28
commit f10854ae41
2 changed files with 32 additions and 23 deletions

View File

@@ -1,12 +1,17 @@
version: "3.8"
services:
bruchtal-webhook:
image: thecatlady/webhook:2.8.0
container_name: bruchtal-webhook
restart: unless-stopped
ports:
- "9001:9001"
networks:
- bruchtal-net # 👈 neu für gitea
volumes:
- /docker/Bruchtal/deploy/hooks.json:/hooks/hooks.json:ro
- /docker/Bruchtal:/docker/Bruchtal:rw
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]
command: ["-hooks", "/hooks/hooks.json", "-verbose", "-port", "9001", "-ip", "0.0.0.0"]
networks:
bruchtal-net:
external: true