Browse Source

set default ACME

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
ac4bfb3f7b
  1. 2
      Production/docker-compose.btc-ltc.yml
  2. 2
      Production/docker-compose.btc.yml

2
Production/docker-compose.btc-ltc.yml

@ -46,7 +46,7 @@ services:
environment:
NGINX_DOCKER_GEN_CONTAINER: "nginx-gen"
NGINX_PROXY_CONTAINER: "nginx"
ACME_CA_URI:
ACME_CA_URI: ${ACME_CA_URI:-https://acme-staging.api.letsencrypt.org/directory}
links:
- nginx

2
Production/docker-compose.btc.yml

@ -47,7 +47,7 @@ services:
environment:
NGINX_DOCKER_GEN_CONTAINER: "nginx-gen"
NGINX_PROXY_CONTAINER: "nginx"
ACME_CA_URI:
ACME_CA_URI: ${ACME_CA_URI:-https://acme-staging.api.letsencrypt.org/directory}
links:
- nginx

Loading…
Cancel
Save