Pre-Deployment Checklist
Run these checks before any deployment:
- •
System Resources
bashdf -h / | tail -1 free -h | grep Mem docker system df
- •
Docker Status
bashdocker ps --format "table {{.Names}}\t{{.Status}}" docker network ls | grep nginx - •
NPM Proxy
bashcurl -s http://localhost:81/api/ | head -1
- •
Database Containers
bashdocker ps | grep -E "postgres|mysql"
Report any issues found.