mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user