Build [v1.9.8] (Final Stability: Static Internal Port Mapping)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 21:48:40 +03:00
parent 9348336709
commit 476fda7203
3 changed files with 12 additions and 5 deletions

View File

@@ -25,8 +25,11 @@ fi
echo "🚀 Building and starting containers..."
docker compose --env-file inventory.env up -d --build --remove-orphans
echo ""
echo "🔍 Verifying port mapping..."
docker compose ps --format "table {{.Name}}\t{{.Status}}\t{{.Ports}}"
echo ""
echo "✅ Deployment requested."
echo " Access URL: https://${SERVER_IP:-localhost}:${FRONTEND_SSL_PORT:-8919}"
echo " Run 'docker compose ps' to check status."
echo ""