LetsEncrypt fixes

- Changed virtual host weight for the letsencrypt docker so that it is
  higher than any other weight
- Copy the renewal script to the server (previously it was available
  to the host at /data/git/blender-cloud/…, but no longer.
This commit is contained in:
2018-02-02 12:39:07 +01:00
parent 3be926b9b3
commit 5a3a7a3883
2 changed files with 4 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ services:
WEBROOT: /data/letsencrypt
LISTEN: '[::]:80'
VIRTUAL_HOST: http://cloud.blender.org/.well-known/*, http://stats.cloud.blender.org/.well-known/*
VIRTUAL_HOST_WEIGHT: 20
VIRTUAL_HOST_WEIGHT: 30
volumes:
- /data/letsencrypt:/data/letsencrypt