Latest posts

  • Containerizing Multiple Django Applications in a Single Server

    Containerizing Multiple Django Applications in a Single Server

    Deploying a Django application can be streamlined using Docker, PostgreSQL, and Nginx. In this guide, we’ll walk through setting up a production-ready Django app on an Ubuntu server with Docker media volume for handling media files. Prerequisites: Before starting, ensure you have: An Ubuntu server (20.04 or later) SSH access Docker and Docker Compose installed

    Read more