mirror of https://github.com/samply/bridgehead.git
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:
parent
95574f38be
commit
3496fa7a0f
|
@ -13,6 +13,5 @@ services:
|
||||||
DS_DIRECTORY_MOCK: ${DS_DIRECTORY_MOCK}
|
DS_DIRECTORY_MOCK: ${DS_DIRECTORY_MOCK}
|
||||||
DS_DIRECTORY_DEFAULT_COLLECTION_ID: ${DS_DIRECTORY_DEFAULT_COLLECTION_ID}
|
DS_DIRECTORY_DEFAULT_COLLECTION_ID: ${DS_DIRECTORY_DEFAULT_COLLECTION_ID}
|
||||||
DS_DIRECTORY_COUNTRY: ${DS_DIRECTORY_COUNTRY}
|
DS_DIRECTORY_COUNTRY: ${DS_DIRECTORY_COUNTRY}
|
||||||
command: sh -c "sleep 90 && java -jar directory_sync_service.jar" # Wait for Blaze before start
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- "blaze"
|
- "blaze"
|
||||||
|
|
Loading…
Reference in New Issue