Minor Fix Pre-Merge
This commit is contained in:
parent
812590d86c
commit
166b75cd75
16 changed files with 77 additions and 65 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./certs:/certs/haproxy
|
||||
- certs_letsencrypt:/certs/letsencrypt
|
||||
- certs_certbot:/certs/certbot
|
||||
deploy:
|
||||
replicas: 1
|
||||
environment:
|
||||
|
|
@ -34,7 +34,7 @@ networks:
|
|||
external: true
|
||||
|
||||
volumes:
|
||||
certs_letsencrypt:
|
||||
certs_certbot:
|
||||
# external: true
|
||||
# certs_haproxy:
|
||||
# external: true
|
||||
|
|
@ -13,13 +13,13 @@ services:
|
|||
replicas: 1
|
||||
labels:
|
||||
# easyhaproxy.http.redirect_ssl: true
|
||||
# easyhaproxy.http.letsencrypt: true
|
||||
# easyhaproxy.http.certbot: true
|
||||
easyhaproxy.http.host: portainer.local
|
||||
easyhaproxy.http.port: 80
|
||||
easyhaproxy.http.localport: 9000
|
||||
|
||||
volumes:
|
||||
certs_letsencrypt:
|
||||
certs_certbot:
|
||||
external: true
|
||||
# certs_haproxy:
|
||||
# external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue