Skip to content
Snippets Groups Projects
Verified Commit 8dcf0b2d authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

fix(docker): fix compose race conditions on mariadb_init

We want the dependent services to wait until the initialization service
of mariadb finishes, but also properly accept if it already exited
before a leaf service gets picked up and put into created state. By
using the service_completed_successfully signal, we can ensure precisely
this, without being racy and leading to none booted services.

While at it, remove the compose version identifiers as docker-compose
deprecated them and always warned about when running docker-compose.
parent 88e8db44
No related branches found
No related tags found
1 merge request!824feat(docker): add full grafana, prometheus, tempo setup for local dev
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment