rework / refactoring / documentation

* rename letencrypt.conf to letsencrypt.conf
* Move more options to letsencrypt configurations file
* Done lot of rework / refactoring / documentation
This commit is contained in:
2016-04-12 07:05:24 +02:00
parent b63cbb80cd
commit 6d93f9094b
3 changed files with 53 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ RUN pip3 install docker-py
ADD haproxy_ssl.conf /haproxy_ssl.conf
ADD haproxy.conf /haproxy.conf
ADD letencrypt.conf /letencrypt.conf
ADD letsencrypt.conf /letsencrypt.conf
ADD start.py /start.py
ADD list_domains.py /list_domains.py