From fa791cfb2d3e65304c9535713eee850a68e87a1e Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Thu, 28 Dec 2023 12:59:19 +0100 Subject: [PATCH] Fix race condition in docker-compose template --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index aa4550c25..7c9643129 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -136,3 +136,5 @@ services: - "/venv/bin/pip install --no-cache-dir -e /app/fedn && /venv/bin/fedn run client --init config/settings-client.yaml" deploy: replicas: 0 + depends_on: + - combiner