A cloud-native file storage and container monitoring platform built with MERN, Docker, AWS & Nginx.
141
A cloud-native file storage and container monitoring platform built with the MERN stack, Docker, and AWS. Deployed on AWS EC2 with IAM role-based Amazon S3 integration and a production-ready multi-container architecture.
Browser
│
▼
Nginx (Port 80)
├── React Static Files
└── /api/*
│
▼
Express Backend (Port 5000)
├── MongoDB
├── Amazon S3 (IAM Role)
└── Docker Monitor (Internal :8080)
│
▼
Docker Socket (Read-only)
docker compose up --build
# Pull GlideIt images
docker pull muneebrather/glideit:frontend
docker pull muneebrather/glideit:backend
docker pull muneebrather/glideit:docker-monitor
# Start all services
docker compose up -d
Note: MongoDB uses the official
mongoimage and will be pulled automatically by Docker if it is not already available locally.
Muneeb Ahmad Rather
Content type
Image
Digest
sha256:7452a5645…
Size
25.2 MB
Last updated
2 months ago
docker pull muneebrather/glideit:frontend