Specify config files in variables.

This commit is contained in:
2025-09-15 15:00:26 -07:00
parent 134e12d272
commit 5ad6f158b4
4 changed files with 32 additions and 29 deletions

View File

@@ -13,9 +13,9 @@
set -e
. apps.config
. $1 # source the apps.config file with then env vars
host_admin_password_encoded=`echo "$HOST_ADMIN_PASSWORD" | sudo docker run --rm -i caddy:2 caddy hash-password`
host_admin_password_encoded=`echo "$HOST_ADMIN_PASSWORD" | docker run --rm -i caddy:2 caddy hash-password`
read -r -a APP_CONFIGS <<< "$APP_CONFIGS"