mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
8 lines
138 B
YAML
8 lines
138 B
YAML
|
webhook:
|
||
|
image: vimagick/webhook
|
||
|
command: -hooks hooks.json -verbose
|
||
|
ports:
|
||
|
- "9000:9000"
|
||
|
volumes:
|
||
|
- "./scripts:/scripts"
|