Roxedus / docker-webhook

a lightweight incoming webhook server to run shell commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 100.0%