Skip to content

Commit

Permalink
Fix race condition in docker-compose template
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Dec 28, 2023
1 parent 2cb4c13 commit fa791cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa791cf

Please sign in to comment.