Move more stuff into prod config

This commit is contained in:
Ell Bradshaw 2022-11-23 22:57:43 -08:00
parent a4d76d2390
commit 2205c1d981

View file

@ -5,8 +5,11 @@ services:
ports:
- "80:80"
- "443:443"
volumes:
- ./certbot/conf:/etc/nginx/ssl
- ./certbot/data:/var/www/certbot
certbot:
command: certonly --webroot --webroot-path=/var/www/certbot --email ${EMAIL} --agree-tos --no-eff-email -d ${DOMAIN} -d www.${DOMAIN}
# Uncomment this after the first run to set up renewal
#command: renew --webroot --webroot-path /var/www/certbot
web:
ports: