Running PostgreSQL in Docker
In this article, I show you how to setup postgreSQL using Docker. You will also learn how to back up postgres databases and restore them.
In this article, I show you how to setup postgreSQL using Docker. You will also learn how to back up postgres databases and restore them.
Postgres is a popular open source enterprise-ready database management system.
In this post, I show how to install and configure it on Linux.
The article explains the steps for deploying a Django + Nginx application on an AWS Lightsail Virtual Private Server (VPS) with Docker and Ansible automation. This article will guide you through setting up a VPS instance, domain linking, server configuration with Ansible, securing the server, setting up SSL/TLS certificates, and finally, deploying the application. As part of the process, you’ll see how to run setup and deployment playbooks on a server, culminating in a live Django + Nginx project with HTTPS functionality.