Tag
#docker
2 posts
Deploy a Full-Stack Application on DigitalOcean App Platform with Terraform
Learn how to easily deploy a scalable, cost-effective full-stack application on DigitalOcean App Platform using Terraform with full control using docker. Perfect for developers looking for easy and cheap cloud deployment.
Managing Runtime env variables in JS Vite applications with Docker and Nginx
How to manage runtime environment variables in a Vite application using a single Docker image across all environments, injecting variables dynamically via Nginx and an entrypoint script.