add FORCE_HTTPS env

This commit is contained in:
virusdefender 2017-12-16 02:04:30 +08:00
parent 07b640e837
commit 8fa08e7f98

View File

@ -56,6 +56,7 @@ services:
- POSTGRES_USER=onlinejudge
- POSTGRES_PASSWORD=onlinejudge
- JUDGE_SERVER_TOKEN=CHANGE_THIS
# - FORCE_HTTPS=1
ports:
- "0.0.0.0:80:8000"
- "0.0.0.0:443:1443"