mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-20 04:46:19 +00:00
Move more stuff into prod config
This commit is contained in:
parent
a4d76d2390
commit
2205c1d981
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue