ufoscout/docker-compose-wait
A simple script to wait for other docker images to be started while using docker-compose (or Kubernetes or docker stack or whatever) observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 76
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3563
- days_rel: n/a
- days_push: 145
- n_releases_24m: 0
Adoption not part of the score
1707 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Rust command-line utility that blocks until other Docker containers (or services in Kubernetes/docker stack) are ready, by waiting for a fixed time, open TCP ports, or files on the filesystem. It is typically added to a Dockerfile and run before the application's entrypoint to ensure dependencies like databases are available.
Use cases
- wait for postgres and mysql to be ready before starting my app in docker-compose
- delay container startup until a tcp port is open
- make my app wait for mongodb in a docker stack deployment
- synchronize service startup order in kubernetes without healthcheck hacks
- wait for a file to exist before launching my application container
- use a wait tool in distroless or scratch docker images
When to choose
- you use docker-compose, docker stack, or Kubernetes and need simple dependency readiness gating
- you want a tiny static binary that works in scratch or distroless images
- you need to wait on TCP ports or filesystem paths via environment variables
When to avoid
- your orchestrator already supports healthchecks with depends_on conditions or init containers
- you need complex readiness logic beyond ports, files, or timeouts
Facets
cli-tool · maturity active
cli scheduling developer-tools developer-tools cross-platform docker-compose container-orchestration startup-synchronization wait-for-service rust devops containers docker kubernetes linux
1 source
- readme: https://github.com/ufoscout/docker-compose-wait · fetched 2026-08-28 · f6722327c34f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ufoscout/docker-compose-wait | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="ufoscout/docker-compose-wait")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem