Change port of backend to 80 in docker-compose

Extra judge servers are often run on a separate server, so the world-facing port needs to be used. `80` is the default world-facing port in `OnlineJudgeDeploy`.
This commit is contained in:
devnoname120 2018-11-03 11:49:14 +01:00 committed by GitHub
parent 69cebafad2
commit 768360c549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: