Skip to main content

2 posts tagged with "deployment"

View All Tags

Zero-downtime Deployments with Docker Compose & Nginx

· 5 min read
Bach Pham
Software Engineer

Hey, welcome to my blog!

Introduction

A few months ago, I worked on a project that utilized Docker and Nginx to deploy the product on Digital Ocean’s VPS. Everything at that time was quite primitive, I had to set up everything from scratch. From containerizing the application to creating a CI/CD pipeline to build, manage, and deploy different Docker image versions.