Migrations infra & working instance-control + commands

This commit is contained in:
2026-05-23 20:53:44 -07:00
parent acdb4840aa
commit 348e1fa857
13 changed files with 262 additions and 62 deletions

View File

@@ -53,6 +53,7 @@ bodys["dozzle"]=$(cat <<EOF
reverse_proxy http://dozzle:8080
EOF
)
bodys["instance-control"]=" reverse_proxy http://instance_control:9000"
bodys["lb"]=" reverse_proxy http://nginx:80"
for config_string in ${APP_CONFIGS[@]}; do