New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
You add profiles: [dev] to every service in your compose.yaml, then run docker compose up. What happens?
profiles: [dev]
compose.yaml
docker compose up
Only the first service in the file starts; the rest wait for --profile dev
--profile dev
All services start because profiles only annotates the file
profiles
No services start because every service is gated behind a profile that is not active