Docker Compose
Docker Compose: containerization and orchestration for a modern and scalable infrastructure
Definition
Tool for defining and managing multi-container applications.
Usage example
Standardization of all our development environments with Docker Compose, allowing each developer to launch a complete stack (API, DB, Cache, Front) in a single `docker compose up` command.