Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
chore: add compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Feb 14, 2024
1 parent 07c11d5 commit aa797af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
wumpus-webhook:
image: ghcr.io/tippfehlr/wumpus-webhook
restart: unless-stopped
environment:
- DISCORD_WEBHOOK=your-discord-webhook-url
- WUMPUS_TOKEN=authentification-password-from-wumpus.store

0 comments on commit aa797af

Please sign in to comment.