Felipe Lalanne 7764f98c9d
Start a dependent if all dependencies are started
The previous behavior required that dependencies were running beefore
starting the dependent service. This made it that services dependent on
a one-shot service would not get started and goes against the default
docker behavior.

Depending on a service to be running will require the implementation of
[long syntax depends_on](https://docs.docker.com/reference/compose-file/services/#long-syntax-1) and the condition
`service_healthy`.

Change-type: patch
Closes: #2409
2025-03-20 14:51:32 -03:00
..
2024-08-30 10:52:11 -04:00
2024-04-23 19:23:32 -04:00
2024-03-05 15:33:56 -03:00
2024-03-05 15:33:56 -03:00
2024-04-23 19:23:32 -04:00
2024-04-11 18:16:47 -07:00
2025-01-23 23:40:52 -03:00