Skip to content

Commit

Permalink
Merge pull request #312 from TFNS/0-fix-discord-env-docker-compose
Browse files Browse the repository at this point in the history
Fix missing environment variables for Discord registration
  • Loading branch information
JJ-8 authored Aug 10, 2024
2 parents 34bb9a5 + ff05ca6 commit 4045522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ services:
DISCORD_BOT_TOKEN: ${DISCORD_BOT_TOKEN:-bot_token}
DISCORD_SERVER_ID: ${DISCORD_SERVER_ID:-server_id}
DISCORD_VOICE_CHANNELS: ${DISCORD_VOICE_CHANNELS:-3}
DISCORD_REGISTRATION_ENABLED: ${DISCORD_REGISTRATION_ENABLED:-false}
DISCORD_REGISTRATION_CTFNOTE_ROLE: ${DISCORD_REGISTRATION_CTFNOTE_ROLE}
DISCORD_REGISTRATION_ROLE_ID: ${DISCORD_REGISTRATION_ROLE_ID}
TZ: ${TZ:-UTC}
LC_ALL: ${LC_ALL:-en_US.UTF-8}
SESSION_SECRET: ${SESSION_SECRET:-}
Expand Down

0 comments on commit 4045522

Please sign in to comment.