Tag: compose
All the articles with the tag "compose".
-
Dependencies, Healthchecks, and Startup Order in Compose
depends_on with conditions, service_healthy, and the traps around startup ordering — because 'started' doesn't mean 'ready'.
-
Compose Profiles and Environment Management
Profiles for optional services, .env files for configuration, multiple compose files for overrides — managing complexity in Docker Compose without duplicating everything.
-
Compose Watch and Hot Reload for Development
docker compose watch for automatic sync and rebuild — replacing bind mount hacks with a first-class development workflow.
-
Docker Compose from Scratch
Services, networks, volumes, and the compose file structure — the basics of multi-container applications done right from day one.
-
Docker Mastery: A Practical Guide from Zero to Production
A curated series of Docker articles progressing from fundamentals through Compose to single-server production — each covering one topic in depth with commands, patterns, and gotchas.