Docker Compose with .NET 8, PostgreSQL and Redis (step by step)

HomeOther ContentDocker Compose with .NET 8, PostgreSQL and Redis (step by step)
Docker Compose with .NET 8, PostgreSQL and Redis (step by step)
Docker Compose with .NET 8, PostgreSQL and Redis (step by step)
Get the source code of this video for FREE https://the-dotnet-weekly.ck.page/docker-compose
️ Mastering Modular Monolith Architecture: https://bit.ly/3SXlzSt
Accelerate your clean architecture skills: https://bit.ly/3PupkOJ
Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic

Docker is a platform designed to help developers build, share, and run containerized applications. A container is a standard software unit that packages code and all its dependencies so that the application runs quickly and reliably from a single computer. Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. You can easily containerize your .NET applications with a Dockerfile. Visual Studio can help by creating a Compose YAML file that you can further customize. I'll show you how to get started with Docker Compose in this video.

Discover my classes: https://bit.ly/3PupkOJ

5 Great C# Refactoring Tips
https://www.milanjovanovic.tech/blog/5-awesome-csharp-refactoring-tips

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Read my blog here:
https://www.milanjovanovic.tech/blog

Chapters
00:00 Added Docker-Compose project
1:15 Examining the Docker file
2:14 Docker Compose YAML file review
3:08 Adding PostgreSQL using Docker Compose
5:15 Connecting to PostgreSQL running in Docker
6:33 Running with Docker Compose from Visual Studio

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *