firest
This commit is contained in:
parent
e1fd7b890a
commit
ac6f3243ab
26 changed files with 1938 additions and 1 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue