Update readme

- Adds docs for production commands
- Adds docs for preparing zones for habitat images
This commit is contained in:
Dana Lambert 2021-12-17 19:17:41 +13:00
parent ba512c1f5a
commit 19aea556b0
2 changed files with 15 additions and 6 deletions

4
dev
View file

@ -123,10 +123,6 @@ cmd_stop_production() {
docker-compose -f docker-compose.production.yaml stop --remove-orphans
}
cmd_stop_production() {
docker-compose -f docker-compose.production.yaml stop --remove-orphans
}
cmd_renew_certifcate() {
cmd_stop_production
sudo docker run -i --rm --name certbot -p 443:443 -p 80:80 -v /etc/letsencrypt:/etc/letsencrypt/ certbot/certbot renew --dry-run -d $BASE_URL --logs-dir /etc/letsencrypt/logs