Docker Compose¶
📘 Resources¶
📕 Articles¶
- Speed Up Docker Compose with Parallel Builds
- How to Use Docker Compose to Run Multiple Instances of a Service in Development
- Docker Compose scale with Dynamic Configuration - Part 1
- Docker-Compose Scale
- Multi-Container ASP.NET Core App with Docker Compose
- Best Practices Around Production Ready Web Apps with Docker Compose
- Set up Docker-Compose for ASP .NET Core 3.1 Microservices
- How to rebuild docker container in docker-compose.yml?
- How to Pass Environment Variables to Docker Containers
- How to Pass Environment Variables to Docker Containers
- Step by step guide on utilising Docker Compose with Asp.Net Core, SQL Server
- Docker compose an ASP NET Core application with SQL Server
- CRUD Operations in ASP.NET Core and SQL Server with Docker
- How do I change timezone in a docker container?
- Change TimeZone in Docker and OCI compliant Containers
- Ways to set environment variables in Compose
- Use an environment file
- Share Compose configurations between files and projects
- Docker Tip #57: Using Build and Image in the Same Docker Compose Service
- Docker Compose keep container running
- Interactive Shell Using Docker Compose
- Hosting ASP.NET Core images with Docker Compose over HTTPS
- How to Secure Sensitive Data With Docker Compose Secrets
- How to Keep Docker Secrets When Working with Sensitive Data?
📺 Videos¶
- Ultimate Docker Compose Tutorial
- Best Practices Around Production Ready Web Apps with Docker Compose
- Docker Compose will BLOW your MIND!! (a tutorial)
📦 Libraries¶
- Wowu/docker-rollout - Zero Downtime Deployment for Docker Compose
- kubernetes/kompose - Convert Compose to Kubernetes
dokku/dokku
- A docker-powered PaaS that helps you build and manage the lifecycle of applications
🚀 Samples¶
- twzhangyang/RestAirline - DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
- WolfgangOfner/MicroserviceDemo - This is a demo with two ASP .NET 5 microservices using RabbitMQ and Docker
- dotnet-architecture/eShopOnContainers/docker-compose
- microservices-demo/microservices-demo/docker-compose - Deployment scripts & config for Sock Shop
- madslundt/NetCoreMicroservicesSample/docker-compose - Sample using micro services in .NET Core 3.1 Focusing on clean code
- twzhangyang/RestAirline/docker-compose - DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
- [https://github.com/oskardudycz/EventSourcing.NetCore/docker-compose](https://github.com/oskardudycz/EventSourcing.NetCore/blob/main/Sample/ECommerce/docker/docker-compose.yml
- WolfgangOfner/MicroserviceDemo/docker-compose
- VasilisGaitanidis/master-containerized-microservices/docker-compose
- vietnam-devs/coolstore-microservices/docker-compose
- vietnam-devs/coolstore-microservices/docker-compose.override
- open-telemetry/opentelemetry-demo/docker-compose ⭐