
Dockerization or How to deploy app (Next.js + Nest.js + PostgreSQL) using Docker and Nginx
📃In this article we will figure it out, how to deploy your own app using docker and nginx, for our app we will use the following technologies: 🌐 For frontend (my repository): Next.js is a popular open-source React framework that enables developers to build server-rendered and static web applications with ease. It offers features like…