certgen/deployments/main/docker-compose.yaml
skeris 9b4884e682
All checks were successful
Deploy / DeployService (push) Successful in 20s
--
2025-04-06 22:22:02 +03:00

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