webhook-tools/docker-compose.yml
“xHuPo” ac6f3243ab firest
2024-08-05 14:31:56 +08:00

15 lines
294 B
YAML

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