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

@@ -20,7 +20,7 @@ All DBIS Core services have been successfully deployed, configured, and are runn
### ✅ Redis Cache (VMID 10120)
- **Status**: ✅ Running
- **IP**: 192.168.11.120
- **IP**: 192.168.11.125
- **Port**: 6379
- **Service**: redis-server (active)
@@ -56,7 +56,7 @@ All DBIS Core services have been successfully deployed, configured, and are runn
| Service | URL | Status |
|---------|-----|--------|
| PostgreSQL | `192.168.11.100:5432` | ✅ Running |
| Redis | `192.168.11.120:6379` | ✅ Running |
| Redis | `192.168.11.125:6379` | ✅ Running |
| API Primary | `http://192.168.11.150:3000` | ✅ Running |
| API Secondary | `http://192.168.11.151:3000` | ✅ Running |
| Frontend | `http://192.168.11.130` | ✅ Running |
@@ -98,7 +98,7 @@ ALLOWED_ORIGINS=http://192.168.11.130,https://192.168.11.130
NODE_ENV=production
LOG_LEVEL=info
HSM_ENABLED=false
REDIS_URL=redis://192.168.11.120:6379
REDIS_URL=redis://192.168.11.125:6379
PORT=3000
```