Add cert scripts; update readme; update gitignore; add nginx
This commit is contained in:
parent
91c5eb1d9d
commit
ae3d5e4df7
9 changed files with 301 additions and 30 deletions
6
scripts/cert_renew_hook.sh
Normal file
6
scripts/cert_renew_hook.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euf -o pipefail
|
||||
|
||||
cd "$(dirname "$(realpath "$0")")../"
|
||||
|
||||
docker compose restart nginx
|
Loading…
Add table
Add a link
Reference in a new issue