mirror of
https://github.com/QingdaoU/OnlineJudgeDeploy.git
synced 2024-11-01 04:07:54 +00:00
fix env name
This commit is contained in:
parent
fcb8a9b17a
commit
07b640e837
@ -38,8 +38,8 @@ services:
|
||||
- $PWD/data/backend/test_case:/test_case:ro
|
||||
- $PWD/data/judge_server:/log
|
||||
environment:
|
||||
- service_url=http://judge-server:8080
|
||||
- backend_url=http://oj-backend:8000/api/judge_server_heartbeat/
|
||||
- SERVICE_URL=http://judge-server:8080
|
||||
- BACKEND_URL=http://oj-backend:8000/api/judge_server_heartbeat/
|
||||
- TOKEN=CHANGE_THIS
|
||||
|
||||
oj-backend:
|
||||
|
Loading…
Reference in New Issue
Block a user