Compose for Real Applications

1 / 10

The Compose file from the Beginner course runs two services. A real project has a dozen, of which four should not start on a laptop, and needs different settings in CI than in development without maintaining two files that drift apart.

Compose has specific answers for all of that.

Finish →