This commit is contained in:
“xHuPo” 2024-08-05 14:31:56 +08:00
parent e1fd7b890a
commit ac6f3243ab
26 changed files with 1938 additions and 1 deletions

15
docker-compose.yml Normal file
View file

@ -0,0 +1,15 @@
version: '3'
services:
webhook:
build: .
ports:
- "8002:8002"
environment:
HOST: "0.0.0.0"
PORT: 8002
VERBOSE: true
HOOKS: /etc/webhook/config/hooks.yaml
volumes:
- ./config:/etc/webhook/config:ro
- ./scripts:/etc/webhook/scripts:ro