infra(comose): ordern umbenannt

This commit is contained in:
2026-03-05 18:39:06 +01:00
parent 6465cd9ddc
commit 4c11ae66e0
24 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
services:
bruchtal-webhook:
build: ./deploy
container_name: bruchtal-webhook
restart: unless-stopped
ports:
- "9001:9001"
volumes:
- /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
networks:
bruchtal-net:
external: true