Skip to content

Commit 04d93e5

Browse files
committed
Remove unused environment variables in docker-compose.md
1 parent 1c61be3 commit 04d93e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/deployment/docker/docker_compose.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ services:
2525
SQL_DATABASE: contestsuite
2626
SQL_USER: contestadmin
2727
SQL_PASSWORD: seminoles1!
28-
29-
# Discord
30-
GUILD_ID: # Discord Server ID
3128
ports:
3229
- 8000:8000
3330
volumes:
@@ -54,7 +51,6 @@ services:
5451

5552
# Discord
5653
ANNOUNCEMENT_WEBHOOK_URL: # Webhook URL of the contest announcements channel
57-
BOT_CHANNEL_WEBHOOK_URL: # Webhook URL of the bot command channel
5854
volumes:
5955
- ../src:/app
6056
networks:

0 commit comments

Comments
 (0)