Skip to content

Commit eefa2bb

Browse files
Updated volume mappings
1 parent c3ca148 commit eefa2bb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

deploy/docker-compose.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
django:
53
build:
@@ -22,7 +20,7 @@ services:
2220
ports:
2321
- 8000:8000
2422
volumes:
25-
- ../../src:/app
23+
- ../src:/app
2624
networks:
2725
- contestsuite
2826
depends_on:
@@ -48,7 +46,7 @@ services:
4846
GUILD_ID: # Discord Server ID
4947
SCRAPE_BOT_TOKEN: # Token for the member list scraping bot
5048
volumes:
51-
- ../../src:/app
49+
- ../src:/app
5250
networks:
5351
- contestsuite
5452
depends_on:
@@ -70,7 +68,7 @@ services:
7068
ANNOUNCEMENT_WEBHOOK_URL: # Webhook URL of the contest announcements channel
7169
BOT_CHANNEL_WEBHOOK_URL: # Webhook URL of the bot command channel
7270
volumes:
73-
- ../../src:/app
71+
- ../src:/app
7472
networks:
7573
- contestsuite
7674
depends_on:
@@ -90,7 +88,7 @@ services:
9088
SQL_USER: contestadmin
9189
SQL_PASSWORD: seminoles1!
9290
volumes:
93-
- ../../src:/app
91+
- ../src:/app
9492
networks:
9593
- contestsuite
9694
depends_on:
@@ -113,7 +111,7 @@ services:
113111
ports:
114112
- 5555:5555
115113
volumes:
116-
- ../../src:/app
114+
- ../src:/app
117115
networks:
118116
- contestsuite
119117
depends_on:

0 commit comments

Comments
 (0)