diff --git a/deployments/main/docker-compose.yaml b/deployments/main/docker-compose.yaml index 5a4df2c..8f2f6c6 100644 --- a/deployments/main/docker-compose.yaml +++ b/deployments/main/docker-compose.yaml @@ -1,7 +1,8 @@ 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 + 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,oauth.pena.digital,links.pena.digital,metrica.pena.digital,hbpn.link,solyanka.pena.digital,tourism.pena.digital,penaquiz.online,www.penaquiz.online,penaquiz.ru,www.penaquiz.ru + hostname: certbot volumes: - /home/runner/acme/:/var/www/certbot/:rw - /home/runner/certs/:/etc/letsencrypt/:rw