Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created April 5, 2017 21:07
Show Gist options
  • Save ruprict/56d28f3ac40a727662b7af06fe1f85c1 to your computer and use it in GitHub Desktop.
Save ruprict/56d28f3ac40a727662b7af06fe1f85c1 to your computer and use it in GitHub Desktop.
Changed the port and added a `secrets` to the github_responder service.
version: "3.1"
services:
github_responder:
ports:
- 8080:4567
image: alexellis2/github-secret-integration
secrets:
- github_webhook
secrets:
github_webhook:
file: ./github_webhook.secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment