📌Articles tagged # docker
Complete MofidTech Project with Docker Compose
Build a real platform with Docker Compose by combining Django, PostgreSQL, Redis, Celery, and Nginx in one practical multi-service project. This step-by-step guide shows how to structure, run, and understand a production-style web application from b…
Complete Docker Compose Guide: From Beginner to Advanced
This tutorial provides a complete guide to using Docker Compose, starting from the basics and progressing to advanced concepts. You will learn how to define and manage multi-container applications, work with real-world examples like Django and Postg…
Build a Production-Ready Django Blog with Docker, PostgreSQL and Nginx (Step-by-Step Guide)
In this tutorial, we build a complete production-ready blog platform called MofidTech Blog using Django, PostgreSQL, Docker, and Nginx. Step by step, you’ll learn how to create models for articles, categories, tags, and comments, add authentication …