Skip to content

a lightweight incoming webhook server to run shell commands

License

Notifications You must be signed in to change notification settings

Roxedus/docker-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roxedus/docker-webhook

---
version: "2.1"
services:
  webhook:
    image: roxedus/webhook
    container_name: webhook
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - EXTRA_PARAM=-hotreload #optional
    volumes:
      - /path/to/config:/config
    ports:
      - 9000:9000

There is a default webhook configured in /config/hooks/hooks.json

EXTRA_PARAM is passed along to the application on startup, you use this to set additional cli arguments

About

a lightweight incoming webhook server to run shell commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages