mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
12 lines
301 B
YAML
12 lines
301 B
YAML
judge_server:
|
|
image: judge_server
|
|
cpu_quota: 90000
|
|
volumes:
|
|
- /data/JudgeServer/test/test_case:/test_case
|
|
- /data/log:/log
|
|
- /data/JudgeServer:/code:ro
|
|
environment:
|
|
- judger_token=PLEASE_REPLACE_TO_SECRET_TOKEN
|
|
ports:
|
|
- "0.0.0.0:11235:8080"
|