Created
April 5, 2017 21:07
-
-
Save ruprict/56d28f3ac40a727662b7af06fe1f85c1 to your computer and use it in GitHub Desktop.
Changed the port and added a `secrets` to the github_responder service.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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