wip
This commit is contained in:
@@ -13,19 +13,18 @@ services:
|
||||
- komodo
|
||||
- production
|
||||
- development
|
||||
# certbot:
|
||||
# image: certbot/certbot
|
||||
# container_name: certbot
|
||||
# volumes:
|
||||
# - ./httpd.conf:/tmp/httpd.conf
|
||||
# - letsencrypt:/etc/letsencrypt
|
||||
# - certbot-www:/var/www/certbot
|
||||
# entrypoint: >
|
||||
# sh -c "while true; do
|
||||
# certbot show_account
|
||||
# certbot renew --webroot -w /var/www/certbot;
|
||||
# sleep 12h;
|
||||
# done"
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
container_name: certbot
|
||||
volumes:
|
||||
- ./httpd.conf:/tmp/httpd.conf
|
||||
- letsencrypt:/etc/letsencrypt
|
||||
- certbot-www:/var/www/certbot
|
||||
entrypoint: >
|
||||
sh -c "while true; do
|
||||
certbot renew;
|
||||
sleep 12h;
|
||||
done"
|
||||
|
||||
volumes:
|
||||
letsencrypt:
|
||||
|
||||
Reference in New Issue
Block a user