Skip to content

Commit 1c61be3

Browse files
committed
Remove unused environment variables in docker-compose.yml
1 parent f7225a3 commit 1c61be3

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

deploy/docker-compose.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ services:
1414
SQL_DATABASE: contestsuite
1515
SQL_USER: contestadmin
1616
SQL_PASSWORD: seminoles1!
17-
18-
# Discord
19-
GUILD_ID: # Discord Server ID
2017
ports:
2118
- 8000:8000
2219
volumes:
@@ -29,29 +26,6 @@ services:
2926
- rabbitmq
3027
- celery_worker
3128
restart: unless-stopped
32-
scrape_bot:
33-
image: contestsuite:dev
34-
command: /docker/start.sh bot
35-
environment:
36-
# Django
37-
DEBUG: 'True'
38-
39-
# Database
40-
SQL_DATABASE: contestsuite
41-
SQL_USER: contestadmin
42-
SQL_PASSWORD: seminoles1!
43-
44-
# Discord
45-
BOT_CHANNEL: # Name of command channel
46-
GUILD_ID: # Discord Server ID
47-
SCRAPE_BOT_TOKEN: # Token for the member list scraping bot
48-
volumes:
49-
- ../src:/app
50-
networks:
51-
- contestsuite
52-
depends_on:
53-
- mariadb
54-
- django
5529
celery_worker:
5630
image: contestsuite:dev
5731
command: /docker/start.sh worker debug
@@ -66,7 +40,6 @@ services:
6640

6741
# Discord
6842
ANNOUNCEMENT_WEBHOOK_URL: # Webhook URL of the contest announcements channel
69-
BOT_CHANNEL_WEBHOOK_URL: # Webhook URL of the bot command channel
7043
volumes:
7144
- ../src:/app
7245
networks:

0 commit comments

Comments
 (0)