Skip to content

Commit

Permalink
add webhook environment to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Oct 28, 2024
1 parent 2b6b3cf commit 53e5b27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
- APPLICATION_ID=${APPLICATION_ID}
- SUPPORT_GUILD_ID=${SUPPORT_GUILD_ID}
- DISCORD_TOKEN=${DISCORD_TOKEN}
- GUILD_WEBHOOK_ID=${GUILD_WEBHOOK_ID}
- GUILD_WEBHOOK_TOKEN=${GUILD_WEBHOOK_TOKEN}
tty: true

develop:
Expand Down

0 comments on commit 53e5b27

Please sign in to comment.