do not mount source code by default

This commit is contained in:
virusdefender 2017-12-22 00:39:14 +08:00
parent 7817ef9fe6
commit c67187cccf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
volumes:
- $PWD/tests/test_case:/test_case:ro
- $PWD/log:/log
- $PWD/server:/code:ro
# - $PWD/server:/code:ro
environment:
- BACKEND_URL=http://backend:8000/api/judge_server_heartbeat
- SERVICE_URL=http://judge-server:12358