File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ services:
14
14
SQL_DATABASE : contestsuite
15
15
SQL_USER : contestadmin
16
16
SQL_PASSWORD : seminoles1!
17
-
18
- # Discord
19
- GUILD_ID : # Discord Server ID
20
17
ports :
21
18
- 8000:8000
22
19
volumes :
@@ -29,29 +26,6 @@ services:
29
26
- rabbitmq
30
27
- celery_worker
31
28
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
55
29
celery_worker :
56
30
image : contestsuite:dev
57
31
command : /docker/start.sh worker debug
@@ -66,7 +40,6 @@ services:
66
40
67
41
# Discord
68
42
ANNOUNCEMENT_WEBHOOK_URL : # Webhook URL of the contest announcements channel
69
- BOT_CHANNEL_WEBHOOK_URL : # Webhook URL of the bot command channel
70
43
volumes :
71
44
- ../src:/app
72
45
networks :
You can’t perform that action at this time.
0 commit comments