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