Renaming Letsencrypt to Certbot, since it will be more generic allowing other issuers.
This commit is contained in:
parent
55888752c9
commit
5dbe0a6d28
40 changed files with 188 additions and 184 deletions
|
|
@ -5,13 +5,13 @@ services:
|
|||
image: byjg/easy-haproxy:4.3.1-rc1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- certs_letsencrypt:/certs/letsencrypt
|
||||
- certs_certbot:/certs/certbot
|
||||
- certs_haproxy:/certs/haproxy
|
||||
|
||||
environment:
|
||||
EASYHAPROXY_DISCOVER: docker
|
||||
EASYHAPROXY_LABEL_PREFIX: easyhaproxy
|
||||
EASYHAPROXY_LETSENCRYPT_EMAIL: changeme@example.org
|
||||
EASYHAPROXY_CERTBOT_EMAIL: changeme@example.org
|
||||
EASYHAPROXY_SSL_MODE: "default"
|
||||
HAPROXY_CUSTOMERRORS: "true"
|
||||
HAPROXY_USERNAME: admin
|
||||
|
|
@ -27,7 +27,7 @@ services:
|
|||
- easyhaproxy
|
||||
|
||||
volumes:
|
||||
certs_letsencrypt:
|
||||
certs_certbot:
|
||||
external: true
|
||||
certs_haproxy:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
ASSETS_DIR="$(dirname "${BASH_SOURCE[0]}")"/../../build/assets/certs/haproxy
|
||||
|
||||
docker network create easyhaproxy
|
||||
docker volume create certs_letsencrypt
|
||||
docker volume create certs_certbot
|
||||
docker volume create certs_haproxy
|
||||
|
||||
docker run -d --rm --name easyhaproxy_install -v certs_haproxy:/certs alpine tail -f /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue