9 lines
461 B
YAML
9 lines
461 B
YAML
services:
|
|
certbot:
|
|
image: certbot/certbot:latest
|
|
command: certonly -n -m kotilion.95@gmail.com --expand --agree-tos -v --webroot --webroot-path /var/www/certbot/ -d pena.digital,www.pena.digital,hub.pena.digital,docs.pena.digital,quiz.pena.digital,links.pena.digital,metrica.pena.digital,hbpn.link,tourism.pena.digital
|
|
hostname: certbot
|
|
volumes:
|
|
- /home/runner/acme/:/var/www/certbot/:rw
|
|
- /home/runner/certs/:/etc/letsencrypt/:rw
|