certgen/deployments/main/docker-compose.yaml

9 lines
461 B
YAML
Raw Normal View History

2024-01-24 11:28:25 +00:00
services:
certbot:
image: certbot/certbot:latest
2025-04-06 19:22:02 +00:00
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
2025-04-06 17:31:34 +00:00
hostname: certbot
2024-01-24 11:28:25 +00:00
volumes:
2025-03-13 19:06:12 +00:00
- /home/runner/acme/:/var/www/certbot/:rw
- /home/runner/certs/:/etc/letsencrypt/:rw