This commit is contained in:
2026-03-11 21:57:23 +01:00
parent b8ddf52633
commit e323e4b3b4

View File

@@ -10,9 +10,12 @@ services:
- /srv/docker/scripts/webhook-deploy/hooks.json:/hooks/hooks.json:ro
- /var/run/docker.sock:/var/run/docker.sock
- /root/.ssh:/root/.ssh:ro
environment:
- WEBHOOK_ALLOWED_HOST_LIST=0.0.0.0,192.168.178.204,localhost
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",
"-allowed-host-list", "0.0.0.0,192.168.178.204,localhost"
]
networks:
- bruchtal-net