# Docker

How to deploy Nuxt SSR to DigitalOcean using Docker compose and Nginx

In this tutorial we are going to learn how you can deploy your Nuxtjs server side renderd application to any vps with the help of docker, docker-compose and Nginx.

Link

How to connect your django application to PostgreSQL using docker

In this tutorial we are going to learn how to connect Django applicaiton to a PostgreSQL database using Docker container while developing the django application.

Link