mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 07:33:42 +00:00
15 lines
262 B
YAML
15 lines
262 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
webhookd:
|
|
hostname: webhookd
|
|
image: ncarlier/webhookd:latest
|
|
container_name: webhookd
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- WHD_HOOK_SCRIPTS=/scripts
|
|
volumes:
|
|
- ./scripts:/scripts
|