mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:53 +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
|