创建judger的docker-compose.ml文件

This commit is contained in:
virusdefender
2016-02-20 14:35:50 +08:00
parent 5dde03fe87
commit b7dfa0980a
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
judger:
image: qduoj/judger
volumes:
- /home/OnlineJudge:/var/judger/code
- /home/test_case:/var/judger/test_case
- /home/log:/var/judger/code/judge/log
environment:
- rpc_token={YOUR_PASSWORD}
ports:
- "0.0.0.0:8085:8080"