diff --git a/CLOUDFLARE_DNS_CONFIGURATION.md b/CLOUDFLARE_DNS_CONFIGURATION.md index 6f8b994..70479e8 100644 --- a/CLOUDFLARE_DNS_CONFIGURATION.md +++ b/CLOUDFLARE_DNS_CONFIGURATION.md @@ -19,7 +19,7 @@ Internet → Cloudflare DNS → Cloudflare Tunnel → cloudflared LXC → DBIS C | **API Secondary** | 10151 | 192.168.11.151 | 3000 | ✅ Yes (HA) | | **PostgreSQL Primary** | 10100 | 192.168.11.100 | 5432 | ❌ No (Internal only) | | **PostgreSQL Replica** | 10101 | 192.168.11.101 | 5432 | ❌ No (Internal only) | -| **Redis Cache** | 10120 | 192.168.11.120 | 6379 | ❌ No (Internal only) | +| **Redis Cache** | 10120 | 192.168.11.125 | 6379 | ❌ No (Internal only) | ## Recommended DNS Entries @@ -449,7 +449,7 @@ https://dbis-api.d-bis.org/health ### Internal Services (No DNS) ``` PostgreSQL: 192.168.11.100:5432 (internal only) -Redis: 192.168.11.120:6379 (internal only) +Redis: 192.168.11.125:6379 (internal only) ``` --- diff --git a/CLOUDFLARE_DNS_QUICK_REFERENCE.md b/CLOUDFLARE_DNS_QUICK_REFERENCE.md index 6922785..9c4c5eb 100644 --- a/CLOUDFLARE_DNS_QUICK_REFERENCE.md +++ b/CLOUDFLARE_DNS_QUICK_REFERENCE.md @@ -38,7 +38,7 @@ ingress: | API Primary | 10150 | 192.168.11.150 | 3000 | `dbis-api.d-bis.org` | ✅ Yes | | API Secondary | 10151 | 192.168.11.151 | 3000 | `dbis-api-2.d-bis.org` | ✅ Yes | | PostgreSQL | 10100 | 192.168.11.100 | 5432 | ❌ None | ❌ No | -| Redis | 10120 | 192.168.11.120 | 6379 | ❌ None | ❌ No | +| Redis | 10120 | 192.168.11.125 | 6379 | ❌ None | ❌ No | ## 🔗 Access URLs diff --git a/CONTAINER_CREATION_COMPLETE.md b/CONTAINER_CREATION_COMPLETE.md index c8f1818..8755c95 100644 --- a/CONTAINER_CREATION_COMPLETE.md +++ b/CONTAINER_CREATION_COMPLETE.md @@ -10,7 +10,7 @@ All 6 DBIS Core containers have been successfully created and are running on Pro |------|----------|------------|--------|-------------| | 10100 | dbis-postgres-primary | 192.168.11.100 | ✅ Running | PostgreSQL Primary Database | | 10101 | dbis-postgres-replica-1 | 192.168.11.101 | ✅ Running | PostgreSQL Replica Database | -| 10120 | dbis-redis | 192.168.11.120 | ✅ Running | Redis Cache Server | +| 10120 | dbis-redis | 192.168.11.125 | ✅ Running | Redis Cache Server | | 10150 | dbis-api-primary | 192.168.11.150 | ✅ Running | Backend API Primary Server | | 10151 | dbis-api-secondary | 192.168.11.151 | ✅ Running | Backend API Secondary Server | | 10130 | dbis-frontend | 192.168.11.130 | ✅ Running | Frontend Admin Console | @@ -123,7 +123,7 @@ After deployment completes: Once deployed, services will be available at: - **PostgreSQL**: `192.168.11.100:5432` -- **Redis**: `192.168.11.120:6379` +- **Redis**: `192.168.11.125:6379` - **API Primary**: `http://192.168.11.150:3000` - **API Secondary**: `http://192.168.11.151:3000` - **Frontend**: `http://192.168.11.130` diff --git a/DEPLOYMENT_COMPLETE.md b/DEPLOYMENT_COMPLETE.md index 66ae9da..9492e6d 100644 --- a/DEPLOYMENT_COMPLETE.md +++ b/DEPLOYMENT_COMPLETE.md @@ -29,7 +29,7 @@ All DBIS Core services have been successfully deployed, configured, and are now ### ✅ Redis Cache (VMID 10120) - **Status**: ✅ Running -- **IP**: 192.168.11.120 +- **IP**: 192.168.11.125 - **Port**: 6379 ### ✅ API Primary (VMID 10150) @@ -50,7 +50,7 @@ All DBIS Core services have been successfully deployed, configured, and are now ## Service Endpoints - PostgreSQL: `192.168.11.100:5432` -- Redis: `192.168.11.120:6379` +- Redis: `192.168.11.125:6379` - API Primary: `http://192.168.11.150:3000` - API Secondary: `http://192.168.11.151:3000` - Frontend: `http://192.168.11.130` diff --git a/DEPLOYMENT_COMPLETE_AND_OPERATIONAL.md b/DEPLOYMENT_COMPLETE_AND_OPERATIONAL.md index 2db931f..25f5283 100644 --- a/DEPLOYMENT_COMPLETE_AND_OPERATIONAL.md +++ b/DEPLOYMENT_COMPLETE_AND_OPERATIONAL.md @@ -29,7 +29,7 @@ All DBIS Core services have been successfully deployed, configured, and are now ### ✅ Redis Cache (VMID 10120) - **Status**: ✅ Running -- **IP**: 192.168.11.120 +- **IP**: 192.168.11.125 - **Port**: 6379 ### ✅ API Primary (VMID 10150) @@ -55,7 +55,7 @@ All DBIS Core services have been successfully deployed, configured, and are now | 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 | diff --git a/DEPLOYMENT_COMPLETE_FINAL.md b/DEPLOYMENT_COMPLETE_FINAL.md index 58135a9..ffe64a0 100644 --- a/DEPLOYMENT_COMPLETE_FINAL.md +++ b/DEPLOYMENT_COMPLETE_FINAL.md @@ -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 ``` diff --git a/DEPLOYMENT_COMPLETE_SUCCESS.md b/DEPLOYMENT_COMPLETE_SUCCESS.md index 349d7e7..40662b9 100644 --- a/DEPLOYMENT_COMPLETE_SUCCESS.md +++ b/DEPLOYMENT_COMPLETE_SUCCESS.md @@ -21,7 +21,7 @@ All DBIS Core services have been successfully deployed, configured, and are now ### ✅ Redis Cache (VMID 10120) - **Status**: ✅ Running -- **IP**: 192.168.11.120 +- **IP**: 192.168.11.125 - **Port**: 6379 ### ✅ API Primary (VMID 10150) @@ -47,7 +47,7 @@ All DBIS Core services have been successfully deployed, configured, and are now | 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 | diff --git a/DEPLOYMENT_CURRENT_STATUS.md b/DEPLOYMENT_CURRENT_STATUS.md index b3b36a2..43daa19 100644 --- a/DEPLOYMENT_CURRENT_STATUS.md +++ b/DEPLOYMENT_CURRENT_STATUS.md @@ -71,7 +71,7 @@ Once source code is in place: 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 EOF'" ``` diff --git a/DEPLOYMENT_FINAL_COMPLETE.md b/DEPLOYMENT_FINAL_COMPLETE.md index f61b00b..b8343d2 100644 --- a/DEPLOYMENT_FINAL_COMPLETE.md +++ b/DEPLOYMENT_FINAL_COMPLETE.md @@ -24,7 +24,7 @@ The deployment is complete, but the API service needs verification that it start ## Service Endpoints - PostgreSQL: `192.168.11.100:5432` -- Redis: `192.168.11.120:6379` +- Redis: `192.168.11.125:6379` - API Primary: `http://192.168.11.150:3000` - API Secondary: `http://192.168.11.151:3000` - Frontend: `http://192.168.11.130` diff --git a/DEPLOYMENT_FINAL_REPORT.md b/DEPLOYMENT_FINAL_REPORT.md index 680a064..e51e095 100644 --- a/DEPLOYMENT_FINAL_REPORT.md +++ b/DEPLOYMENT_FINAL_REPORT.md @@ -63,7 +63,7 @@ ssh root@192.168.11.10 "pct exec 10150 -- bash -c 'source /root/.nvm/nvm.sh && c Once Prisma issues are fixed: - PostgreSQL: `192.168.11.100:5432` -- Redis: `192.168.11.120:6379` +- Redis: `192.168.11.125:6379` - API Primary: `http://192.168.11.150:3000` - API Secondary: `http://192.168.11.151:3000` - Frontend: `http://192.168.11.130` diff --git a/DEPLOYMENT_FINAL_STATUS.md b/DEPLOYMENT_FINAL_STATUS.md index 91a6f86..06a0c00 100644 --- a/DEPLOYMENT_FINAL_STATUS.md +++ b/DEPLOYMENT_FINAL_STATUS.md @@ -62,7 +62,7 @@ These issues are in the source code repository and need to be fixed there. ## Service Endpoints (When Build Issues Resolved) - PostgreSQL: `192.168.11.100:5432` -- Redis: `192.168.11.120:6379` +- Redis: `192.168.11.125:6379` - API Primary: `http://192.168.11.150:3000` - API Secondary: `http://192.168.11.151:3000` - Frontend: `http://192.168.11.130` diff --git a/DEPLOYMENT_INCOMPLETE_SOURCE.md b/DEPLOYMENT_INCOMPLETE_SOURCE.md index 649e4e3..ab29068 100644 --- a/DEPLOYMENT_INCOMPLETE_SOURCE.md +++ b/DEPLOYMENT_INCOMPLETE_SOURCE.md @@ -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 EOF diff --git a/DEPLOYMENT_PLAN.md b/DEPLOYMENT_PLAN.md index 8d0ddf1..2f740ff 100644 --- a/DEPLOYMENT_PLAN.md +++ b/DEPLOYMENT_PLAN.md @@ -35,7 +35,7 @@ Based on the existing Proxmox VMID allocation strategy, DBIS Core services will |---------|------|----------|------------|-------------| | **PostgreSQL Primary** | 10100 | dbis-postgres-primary | 192.168.11.105 | Primary database server | | **PostgreSQL Replica 1** | 10101 | dbis-postgres-replica-1 | 192.168.11.106 | Database replica (optional) | -| **Redis Cache** | 10120 | dbis-redis | 192.168.11.120 | Redis cache server | +| **Redis Cache** | 10120 | dbis-redis | 192.168.11.125 | Redis cache server | | **Backend API (Primary)** | 10150 | dbis-api-primary | 192.168.11.155 | Main API server | | **Backend API (Secondary)** | 10151 | dbis-api-secondary | 192.168.11.156 | Secondary API server (HA) | | **Frontend Admin Console** | 10130 | dbis-frontend | 192.168.11.130 | Admin console web interface | @@ -74,7 +74,7 @@ Based on the existing Proxmox VMID allocation strategy, DBIS Core services will - **Disk**: 50 GB - **OS Template**: `ubuntu-22.04-standard` - **Network**: Bridge `vmbr0` -- **IP Address**: 192.168.11.120 +- **IP Address**: 192.168.11.125 - **Hostname**: `dbis-redis` - **Unprivileged**: Yes - **Features**: `nesting=1` diff --git a/DEPLOYMENT_READY.md b/DEPLOYMENT_READY.md index 007bf9e..c26f242 100644 --- a/DEPLOYMENT_READY.md +++ b/DEPLOYMENT_READY.md @@ -73,7 +73,7 @@ All containers are running: - ✅ 10100: dbis-postgres-primary (192.168.11.100) - ✅ 10101: dbis-postgres-replica-1 (192.168.11.101) -- ✅ 10120: dbis-redis (192.168.11.120) +- ✅ 10120: dbis-redis (192.168.11.125) - ✅ 10150: dbis-api-primary (192.168.11.150) - ✅ 10151: dbis-api-secondary (192.168.11.151) - ✅ 10130: dbis-frontend (192.168.11.130) diff --git a/DEPLOYMENT_STATUS_FINAL.md b/DEPLOYMENT_STATUS_FINAL.md index bcc093b..38d2a8b 100644 --- a/DEPLOYMENT_STATUS_FINAL.md +++ b/DEPLOYMENT_STATUS_FINAL.md @@ -45,7 +45,7 @@ The Prisma schema needs to be fixed in the source repository by: ### Service Endpoints (Ready Once Schema Fixed) - PostgreSQL: `192.168.11.100:5432` -- Redis: `192.168.11.120:6379` +- Redis: `192.168.11.125:6379` - API Primary: `http://192.168.11.150:3000` - API Secondary: `http://192.168.11.151:3000` - Frontend: `http://192.168.11.130` diff --git a/DEPLOYMENT_SUCCESS.md b/DEPLOYMENT_SUCCESS.md index 24696a9..68dce57 100644 --- a/DEPLOYMENT_SUCCESS.md +++ b/DEPLOYMENT_SUCCESS.md @@ -22,7 +22,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 ### ✅ API Primary (VMID 10150) @@ -48,7 +48,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 | diff --git a/DEPLOYMENT_SUCCESS_FINAL.md b/DEPLOYMENT_SUCCESS_FINAL.md index 2ca4504..aa87122 100644 --- a/DEPLOYMENT_SUCCESS_FINAL.md +++ b/DEPLOYMENT_SUCCESS_FINAL.md @@ -29,7 +29,7 @@ All DBIS Core services have been successfully deployed, configured, and are now ### ✅ Redis Cache (VMID 10120) - **Status**: ✅ Running -- **IP**: 192.168.11.120 +- **IP**: 192.168.11.125 - **Port**: 6379 ### ✅ API Primary (VMID 10150) @@ -55,7 +55,7 @@ All DBIS Core services have been successfully deployed, configured, and are now | 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 | diff --git a/DEPLOYMENT_SUMMARY.md b/DEPLOYMENT_SUMMARY.md index 5cbef1b..49507bf 100644 --- a/DEPLOYMENT_SUMMARY.md +++ b/DEPLOYMENT_SUMMARY.md @@ -44,7 +44,7 @@ For existing containers, you can: ## Service Endpoints (When Fully Deployed) - PostgreSQL: 192.168.11.100:5432 -- Redis: 192.168.11.120:6379 +- Redis: 192.168.11.125:6379 - API Primary: http://192.168.11.150:3000 - API Secondary: http://192.168.11.151:3000 - Frontend: http://192.168.11.130 diff --git a/NEXT_STEPS_QUICK_REFERENCE.md b/NEXT_STEPS_QUICK_REFERENCE.md index 19e6434..34c47e3 100644 --- a/NEXT_STEPS_QUICK_REFERENCE.md +++ b/NEXT_STEPS_QUICK_REFERENCE.md @@ -57,7 +57,7 @@ Start with: `scripts/deployment/deploy-postgresql.sh` ### IP Addresses - PostgreSQL: 192.168.11.100-101 -- Redis: 192.168.11.120 +- Redis: 192.168.11.125 - Frontend: 192.168.11.130 - API: 192.168.11.150-151 diff --git a/README_DEPLOYMENT.md b/README_DEPLOYMENT.md index 1b08472..2e25c6c 100644 --- a/README_DEPLOYMENT.md +++ b/README_DEPLOYMENT.md @@ -12,7 +12,7 @@ sudo ./scripts/deployment/deploy-all.sh | Service | VMID | IP | Port | Status | |---------|------|-----|------|--------| | PostgreSQL | 10100 | 192.168.11.100 | 5432 | Ready | -| Redis | 10120 | 192.168.11.120 | 6379 | Ready | +| Redis | 10120 | 192.168.11.125 | 6379 | Ready | | Frontend | 10130 | 192.168.11.130 | 80,443 | Ready | | API Primary | 10150 | 192.168.11.150 | 3000 | Ready | | API Secondary | 10151 | 192.168.11.151 | 3000 | Ready | diff --git a/VMID_AND_CONTAINERS_SUMMARY.md b/VMID_AND_CONTAINERS_SUMMARY.md index c782b11..3bde1fa 100644 --- a/VMID_AND_CONTAINERS_SUMMARY.md +++ b/VMID_AND_CONTAINERS_SUMMARY.md @@ -8,7 +8,7 @@ |---------|------|----------|------------| | **PostgreSQL Primary** | 10100 | dbis-postgres-primary | 192.168.11.105 | | **PostgreSQL Replica** | 10101 | dbis-postgres-replica-1 | 192.168.11.106 | -| **Redis Cache** | 10120 | dbis-redis | 192.168.11.120 | +| **Redis Cache** | 10120 | dbis-redis | 192.168.11.125 | | **Backend API Primary** | 10150 | dbis-api-primary | 192.168.11.155 | | **Backend API Secondary** | 10151 | dbis-api-secondary | 192.168.11.156 | | **Frontend Admin Console** | 10130 | dbis-frontend | 192.168.11.130 | diff --git a/config/dbis-core-proxmox.conf b/config/dbis-core-proxmox.conf index e762828..23d6994 100644 --- a/config/dbis-core-proxmox.conf +++ b/config/dbis-core-proxmox.conf @@ -65,7 +65,7 @@ DBIS_NETWORK_BRIDGE="${PROXMOX_BRIDGE:-vmbr0}" # IP Address Allocation # Note: Database IPs adjusted to avoid conflicts with blockchain validators (192.168.11.100-104) DBIS_DB_IP_START="192.168.11.105" # Database range: 192.168.11.105-119 (adjusted from .100) -DBIS_CACHE_IP_START="192.168.11.120" # Cache range: 192.168.11.120-129 +DBIS_CACHE_IP_START="192.168.11.120" # Cache allocation band .120–.129; VMID 10120 dbis-redis uses DBIS_REDIS_IP DBIS_FRONTEND_IP_START="192.168.11.130" # Frontend range: 192.168.11.130-149 # Note: API IPs adjusted to avoid conflicts with blockchain sentries (192.168.11.150-154) DBIS_API_IP_START="192.168.11.155" # API range: 192.168.11.155-199 (adjusted from .150) @@ -73,7 +73,7 @@ DBIS_API_IP_START="192.168.11.155" # API range: 192.168.11.155-199 (adjuste # Specific IP Addresses for Initial Deployment DBIS_POSTGRES_PRIMARY_IP="192.168.11.105" # Updated from 192.168.11.100 (conflict resolved) DBIS_POSTGRES_REPLICA_IP="192.168.11.106" # Updated from 192.168.11.101 (conflict resolved) -DBIS_REDIS_IP="192.168.11.120" +DBIS_REDIS_IP="192.168.11.125" DBIS_API_PRIMARY_IP="192.168.11.155" # Updated from 192.168.11.150 (conflict resolved) DBIS_API_SECONDARY_IP="192.168.11.156" # Updated from 192.168.11.151 (conflict resolved) DBIS_FRONTEND_IP="192.168.11.130" diff --git a/gateway/go/Dockerfile b/gateway/go/Dockerfile index 0a201ca..d2c35fe 100644 --- a/gateway/go/Dockerfile +++ b/gateway/go/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main . FROM alpine:latest -RUN apk --no-cache add ca-certificates curl +RUN apk update && apk upgrade --no-cache && apk add --no-cache ca-certificates curl WORKDIR /root/ diff --git a/scripts/deployment/create-dbis-core-containers.sh b/scripts/deployment/create-dbis-core-containers.sh index 246ba94..3f81af9 100755 --- a/scripts/deployment/create-dbis-core-containers.sh +++ b/scripts/deployment/create-dbis-core-containers.sh @@ -34,7 +34,7 @@ GATEWAY="${GATEWAY:-192.168.11.1}" declare -A DBIS_CONTAINERS=( [10100]="dbis-postgres-primary:192.168.11.100:8:4:200:PostgreSQL Primary Database" [10101]="dbis-postgres-replica-1:192.168.11.101:8:4:200:PostgreSQL Replica Database" - [10120]="dbis-redis:192.168.11.120:4:2:50:Redis Cache Server" + [10120]="dbis-redis:192.168.11.125:4:2:50:Redis Cache Server" [10150]="dbis-api-primary:192.168.11.150:8:4:100:Backend API Primary Server" [10151]="dbis-api-secondary:192.168.11.151:8:4:100:Backend API Secondary Server" [10130]="dbis-frontend:192.168.11.130:4:2:50:Frontend Admin Console" diff --git a/scripts/deployment/deploy-all.sh b/scripts/deployment/deploy-all.sh index 2702107..9de98e0 100644 --- a/scripts/deployment/deploy-all.sh +++ b/scripts/deployment/deploy-all.sh @@ -112,7 +112,7 @@ if [[ "$DEPLOYMENT_SUCCESS" == "true" ]]; then log_info "" log_info "Service Endpoints:" log_info " PostgreSQL: ${DBIS_POSTGRES_PRIMARY_IP:-192.168.11.100}:5432" - log_info " Redis: ${DBIS_REDIS_IP:-192.168.11.120}:6379" + log_info " Redis: ${DBIS_REDIS_IP:-192.168.11.125}:6379" log_info " API: http://${DBIS_API_PRIMARY_IP:-192.168.11.150}:${DBIS_API_PORT:-3000}" log_info " Frontend: http://${DBIS_FRONTEND_IP:-192.168.11.130}" log_info "" diff --git a/scripts/deployment/deploy-api.sh b/scripts/deployment/deploy-api.sh index 10bae6b..ddd1b14 100755 --- a/scripts/deployment/deploy-api.sh +++ b/scripts/deployment/deploy-api.sh @@ -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 <