Sign inSign up

lufuhu/webhook

By lufuhu

Updated over 4 years ago

adnanh/webhook docker image

Image
0

257

lufuhu/webhook repository overview

adnanh/webhook docker image

adnanh/webhook

Forked from almir/webhook

docker run

docker run -d -p 9000:9000 --name=webhook lufuhu/webhook:latest

docker compose

version: "3"

services:

  webhook:
    image: lufuhu/webhook:latest
    container_name: webhook
    restart: always
    volumes:
      - ./hooks.json:/etc/webhook/hooks.json:ro
      - ./scripts:/etc/webhook/scripts/:rw
    ports:
      - "9000:9000"

webhook url

http://yourserver:9000/hooks/redeploy-webhook

Tag summary

Content type

Image

Digest

Size

8.9 MB

Last updated

over 4 years ago

docker pull lufuhu/webhook