A profile applied to the heavy development services, and one that was missed because it is small. Memory was the criterion for adding a profile and the cost…
One file with eleven services, of which four run in production, three run locally and four run in both with different settings. The override file being loaded automatically…
Compose has no rolling update, and the thing it does not have is twenty lines of shell for a two-replica service. Scaling up, waiting for health, then removing…
A shell alias mapping docker-compose to docker compose, added in 2021, which meant nobody noticed the old binary was still installed and still being used by two scripts.…
A stack of eleven services where four are needed by two people occasionally, started by everybody constantly. Memory is the reason: the search pair was 2.4 GB on…
docker-compose.override.yml is loaded automatically and is not in version control, which is the point and is also how two developers end up with different stacks. The override file…