tweeking letsencrypt updates
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
|||||||
LETSENCRYPT_DOMAIN7: jenkins.xai-corp.net
|
LETSENCRYPT_DOMAIN7: jenkins.xai-corp.net
|
||||||
LETSENCRYPT_DOMAIN8: sql.xai-corp.net
|
LETSENCRYPT_DOMAIN8: sql.xai-corp.net
|
||||||
LETSENCRYPT_DOMAIN9: office.xai-corp.net
|
LETSENCRYPT_DOMAIN9: office.xai-corp.net
|
||||||
LETSENCRYPT_DOMAIN9: www.xai-corp.net
|
LETSENCRYPT_DOMAIN10: www.xai-corp.net
|
||||||
command:
|
command:
|
||||||
- install
|
- install
|
||||||
- --staging
|
- --staging
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ version: '3.4'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
image: "dkregistry.xai-corp.net:5000/letsencrypt:latest"
|
# image: "dkregistry.xai-corp.net:5000/letsencrypt:latest"
|
||||||
# image: "blacklabelops/letsencrypt"
|
image: "blacklabelops/letsencrypt"
|
||||||
ports:
|
ports:
|
||||||
- 83:80
|
- 83:80
|
||||||
# - 443:443
|
# - 443:443
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
LETSENCRYPT_EMAIL: r_morgan@sympatico.ca
|
LETSENCRYPT_EMAIL: r_morgan@sympatico.ca
|
||||||
LETSENCRYPT_HTTPS_ENABLED: "false"
|
LETSENCRYPT_HTTPS_ENABLED: "false"
|
||||||
LETSENCRYPT_TESTCERT: "false"
|
LETSENCRYPT_TESTCERT: "false"
|
||||||
LETSENCRYPT_DEBUG: "true"
|
LETSENCRYPT_DEBUG: "false"
|
||||||
LETSENCRYPT_JOB_TIME: "0 0 2 15 * *"
|
LETSENCRYPT_JOB_TIME: "0 0 2 15 * *"
|
||||||
LETSENCRYPT_DOMAIN1: xai-corp.net
|
LETSENCRYPT_DOMAIN1: xai-corp.net
|
||||||
LETSENCRYPT_DOMAIN2: git.xai-corp.net
|
LETSENCRYPT_DOMAIN2: git.xai-corp.net
|
||||||
@@ -36,7 +36,7 @@ services:
|
|||||||
LETSENCRYPT_DOMAIN12: abcapi.xai-corp.net
|
LETSENCRYPT_DOMAIN12: abcapi.xai-corp.net
|
||||||
LETSENCRYPT_DOMAIN13: metrics.xai-corp.net
|
LETSENCRYPT_DOMAIN13: metrics.xai-corp.net
|
||||||
command:
|
command:
|
||||||
- renewal
|
- jobberd
|
||||||
- --expand
|
- --expand
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
@@ -45,7 +45,7 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
delay: "24h"
|
delay: "24h"
|
||||||
max_attempts: 7
|
max_attempts: 4
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
delay: 2s
|
delay: 2s
|
||||||
|
|||||||
Reference in New Issue
Block a user