Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Nov 2, 2023
1 parent cc7150d commit 3b404e6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A small webhook transformation tool.
Receive webhook pushes from Docker Registries or Jira, and forward them to Discord Webhooks (with neat embeds)

## Docker Compose

> Example Docker Compose setup:
```yml
Expand All @@ -20,9 +21,14 @@ services:
JIRA_URL: "" # Discord webhook URL for jira messages
DOCKER_TOKEN: "" # Bearer token for Docker Registry post request
DOCKER_URL: "" # Discord webhook URL for docker messages
# In order to deliver issue type & project avatars, we have to download and redirect the images using an authorized
JIRA_EMAIL: "" # account email
JIRA_REST_TOKEN: "" # account rest api token
HOST_URL: "" # the base url for the service
```
## License
```
hooks
Copyright (C) 2023 SunStorm
Expand All @@ -39,4 +45,4 @@ services:

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```
```

0 comments on commit 3b404e6

Please sign in to comment.