File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- version : ' 3.8'
2
-
3
1
services :
4
2
django :
5
3
build :
@@ -22,7 +20,7 @@ services:
22
20
ports :
23
21
- 8000:8000
24
22
volumes :
25
- - ../../ src:/app
23
+ - ../src:/app
26
24
networks :
27
25
- contestsuite
28
26
depends_on :
@@ -48,7 +46,7 @@ services:
48
46
GUILD_ID : # Discord Server ID
49
47
SCRAPE_BOT_TOKEN : # Token for the member list scraping bot
50
48
volumes :
51
- - ../../ src:/app
49
+ - ../src:/app
52
50
networks :
53
51
- contestsuite
54
52
depends_on :
@@ -70,7 +68,7 @@ services:
70
68
ANNOUNCEMENT_WEBHOOK_URL : # Webhook URL of the contest announcements channel
71
69
BOT_CHANNEL_WEBHOOK_URL : # Webhook URL of the bot command channel
72
70
volumes :
73
- - ../../ src:/app
71
+ - ../src:/app
74
72
networks :
75
73
- contestsuite
76
74
depends_on :
@@ -90,7 +88,7 @@ services:
90
88
SQL_USER : contestadmin
91
89
SQL_PASSWORD : seminoles1!
92
90
volumes :
93
- - ../../ src:/app
91
+ - ../src:/app
94
92
networks :
95
93
- contestsuite
96
94
depends_on :
@@ -113,7 +111,7 @@ services:
113
111
ports :
114
112
- 5555:5555
115
113
volumes :
116
- - ../../ src:/app
114
+ - ../src:/app
117
115
networks :
118
116
- contestsuite
119
117
depends_on :
You can’t perform that action at this time.
0 commit comments