Skip to content

Docker image to setup captainhook for getting notifications of webhooks

Notifications You must be signed in to change notification settings

ArturoBlas/docker-captainhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

docker-captainhook

Docker image that sets up captainhook for getting webhook notifications.

To use this image pull it from the Docker Registry Hub:

$ docker pull ablas/docker-captainhook

Run the container:

$ docker run -d -p 8080:8080 -v `${HOOKS_PATH}`:/webhooks ablas/docker-captainhook

You can implement your hooks in any folder at your election just note you'll need to map it to the /webhooks.

About

Docker image to setup captainhook for getting notifications of webhooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages