File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
volumes :
14
14
- ./judge0.conf:/judge0.conf:ro
15
15
ports :
16
- - " 3000 :3000"
16
+ - " 5000 :3000"
17
17
privileged : true
18
18
<< : *default-logging
19
19
restart : always
Original file line number Diff line number Diff line change @@ -19,11 +19,9 @@ services:
19
19
20
20
command : >
21
21
sh -c " python manage.py wait_for_db &&
22
- python manage.py makemigrations core contest question submission &&
23
- python manage.py migrate &&
24
22
python manage.py runserver 0.0.0.0:8000"
25
23
environment :
26
- - JUDGE0_BASE_URL=http://172.17.0.1:3000
24
+ - JUDGE0_BASE_URL=http://172.17.0.1:5000
27
25
- JUDGE0_RUN_CALLBACK_URL=http://172.17.0.1:8000/callback/run
28
26
- JUDGE0_SUBMIT_CALLBACK_URL=http://172.17.0.1:8000/callback/submit
29
27
env_file :
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ MAX_FILE_SIZE=
305
305
306
306
# Maximum custom MAX_FILE_SIZE.
307
307
# Default: 4096
308
- MAX_MAX_FILE_SIZE=
308
+ MAX_MAX_FILE_SIZE=102400
309
309
310
310
# Run each program this many times and take average of time and memory.
311
311
# Default: 1
You can’t perform that action at this time.
0 commit comments