mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 04:51:44 +00:00
Merge pull request #22 from devnoname120/patch-1
Change port of backend to 80 in docker-compose
This commit is contained in:
commit
a35ebd12a2
@ -18,7 +18,7 @@ services:
|
||||
# - $PWD/server:/code:ro
|
||||
- $PWD/run:/judger
|
||||
environment:
|
||||
- BACKEND_URL=http://backend:8000/api/judge_server_heartbeat
|
||||
- BACKEND_URL=http://backend:80/api/judge_server_heartbeat
|
||||
- SERVICE_URL=http://judge-server:12358
|
||||
- TOKEN=YOUR_TOKEN_HERE
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user