Docker Compose app with health checks, Nginx reverse proxy, PostgreSQL and 4-tier orchestration.
127
Micro Poll is a lightweight polling application built to demonstrate Docker Compose orchestration using a four-container architecture. The project showcases container networking, health checks, service dependencies, restart policies, and automatic container recovery.
WHAT IT DOES:
DOCKER CONCEPTS DEMONSTRATED:
ARCHITECTURE:
Browser
-> Nginx (Port 80)
-> Frontend
-> FastAPI (Port 8000)
-> PostgreSQL (Port 5432)
USAGE:
docker compose up --build
TECH STACK:
Muneeb Ahmad Rather
Content type
Image
Digest
sha256:4008be09c…
Size
24.8 MB
Last updated
2 months ago
docker pull muneebrather/micro-poll:nginx