Used for building apps with multiple containers. Docker compose enables you to use Docker without a Dockerfile entirely.

Basics commands

Build: docker compose build

Build without cache: docker compose build --no-cache

Building + start: docker compose up --build