chore: bump defi-arbitrage submodule; operator IP and deployment doc updates

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-27 18:36:20 -07:00
parent e5d7a03236
commit 1190476b0a
30 changed files with 41 additions and 41 deletions

View File

@@ -166,7 +166,7 @@ create_api_container() {
local db_name="${DBIS_DB_NAME:-dbis_core}"
local db_user="${DBIS_DB_USER:-dbis}"
local db_password="${DBIS_DB_PASSWORD:-}"
local redis_host="${DBIS_REDIS_IP:-192.168.11.120}"
local redis_host="${DBIS_REDIS_IP:-192.168.11.125}"
local jwt_secret="${JWT_SECRET:-$(generate_jwt_secret)}"
pct exec "$vmid" -- bash -c "cat > ${DBIS_CORE_PROJECT_ROOT:-/opt/dbis-core}/.env <<EOF