infra(webhook): docker-compose.yml
This commit is contained in:
12
docker/bruchtal-webhook/docker-compose.yml
Normal file
12
docker/bruchtal-webhook/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
bruchtal-webhook:
|
||||
image: webhook:2.8.1
|
||||
container_name: bruchtal-webhook
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9001:9001"
|
||||
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"]
|
||||
Reference in New Issue
Block a user