Add SSH volume to bruchtal-webhook service

This commit is contained in:
2026-02-23 09:04:16 +01:00
parent 55a5d94300
commit f1f194c184

View File

@@ -9,6 +9,7 @@ services:
- /docker/Bruchtal:/workspace
- /docker/Bruchtal/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"]
networks:
- bruchtal-net