mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-06 09:51:21 +00:00
15 lines
257 B
YAML
15 lines
257 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
webhookd:
|
|
hostname: webhookd
|
|
image: ncarlier/webhookd:latest
|
|
container_name: webhookd
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- WHD_SCRIPTS=/scripts
|
|
volumes:
|
|
- ./scripts:/scripts
|