docker-compose/README.md
Describes the approach of managing DB containers.
Starting DBs relies on the Docker (Podman) compose.
Always add a new compose file to the latest directory. If you want to keep the previous version available: create a corresponding versioned compose file.
Always add a healthcheck that succeeds when the DB is fully ready to accept requests. If you don't have the tools required to make the healthcheck within the image, consider using the sidecar approach applied in spanner.yml.