mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
156 B
YAML
9 lines
156 B
YAML
webhook:
|
|
image: vimagick/webhook
|
|
command: -hooks hooks.json -verbose
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- "./scripts:/scripts"
|
|
restart: always
|