mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 21:31:43 +00:00
11 lines
260 B
YAML
11 lines
260 B
YAML
judge_server:
|
|
image: judge_server
|
|
volumes:
|
|
- /data/test_case:/test_case
|
|
- /data/log:/log
|
|
- /data/JudgeServer:/code
|
|
environment:
|
|
- judger_token=PLEASE_REPLACE_TO_SECRET_TOKEN
|
|
ports:
|
|
- "0.0.0.0:11235:8080"
|