From aa797af6aa5987a54d83fe910992e95cfdb8ce9b Mon Sep 17 00:00:00 2001 From: tippfehlr Date: Wed, 14 Feb 2024 21:36:45 +0100 Subject: [PATCH] chore: add compose.yaml --- compose.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..d7975c4 --- /dev/null +++ b/compose.yaml @@ -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