Skip to content

Instantly share code, notes, and snippets.

View kasongoyo's full-sized avatar

kaso kasongoyo

View GitHub Profile
@rochacbruno
rochacbruno / ACCESS_ELASTIC.md
Last active May 3, 2024 19:15
Docker-compose wait-to-start

When unsing docker compose you can have a problem with the order of dependent linked containers

The solution is to start a script which tries to access a service and waits until it gets ready before loading your program