Let Directory sync handle connection with Blaze

Remove the delayed start, because Directory sync will automatically keep trying to
connect to Blaze if not initially present.
This commit is contained in:
DavidCroftDKFZ 2024-08-15 13:36:57 +02:00
parent 95574f38be
commit 3496fa7a0f
1 changed files with 0 additions and 1 deletions

View File

@ -13,6 +13,5 @@ services:
DS_DIRECTORY_MOCK: ${DS_DIRECTORY_MOCK}
DS_DIRECTORY_DEFAULT_COLLECTION_ID: ${DS_DIRECTORY_DEFAULT_COLLECTION_ID}
DS_DIRECTORY_COUNTRY: ${DS_DIRECTORY_COUNTRY}
command: sh -c "sleep 90 && java -jar directory_sync_service.jar" # Wait for Blaze before start
depends_on:
- "blaze"