add abcapi to sslproxy
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- 83:80
|
||||
# - 443:443
|
||||
volumes:
|
||||
- /opt/shared/letsencrypt:/etc/letsencrypt
|
||||
- /opt/shared/letsencrypt-2:/etc/letsencrypt
|
||||
environment:
|
||||
LETSENCRYPT_EMAIL: r_morgan@sympatico.ca
|
||||
LETSENCRYPT_HTTPS_ENABLED: "false"
|
||||
@@ -32,6 +32,7 @@ services:
|
||||
LETSENCRYPT_DOMAIN9: office.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN10: www.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN11: mail.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN12: abcapi.xai-corp.net
|
||||
command:
|
||||
- install
|
||||
- --expand
|
||||
|
||||
@@ -9,18 +9,19 @@ version: '3'
|
||||
services:
|
||||
|
||||
updates:
|
||||
image: "dkregistry.xai-corp.net:5000/letsencrypt:latest"
|
||||
# image: "dkregistry.xai-corp.net:5000/letsencrypt:latest"
|
||||
image: "blacklabelops/letsencrypt"
|
||||
ports:
|
||||
- 83:80
|
||||
# - 443:443
|
||||
volumes:
|
||||
- /opt/shared/letsencrypt:/etc/letsencrypt
|
||||
- /opt/shared/letsencrypt-2:/etc/letsencrypt
|
||||
environment:
|
||||
LETSENCRYPT_EMAIL: r_morgan@sympatico.ca
|
||||
LETSENCRYPT_HTTPS_ENABLED: "false"
|
||||
LETSENCRYPT_TESTCERT: "false"
|
||||
LETSENCRYPT_DEBUG: "true"
|
||||
LETSENCRYPT_JOB_TIME: "0 1 */12 * * 0"
|
||||
LETSENCRYPT_JOB_TIME: "0 */30 * * * 0"
|
||||
LETSENCRYPT_DOMAIN1: xai-corp.net
|
||||
LETSENCRYPT_DOMAIN2: git.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN3: xaibox.xai-corp.net
|
||||
@@ -32,6 +33,10 @@ services:
|
||||
LETSENCRYPT_DOMAIN9: office.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN10: www.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN11: mail.xai-corp.net
|
||||
LETSENCRYPT_DOMAIN12: abcapi.xai-corp.net
|
||||
command:
|
||||
- newcert
|
||||
- --expand
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
|
||||
Reference in New Issue
Block a user