Skip to content

Commit

Permalink
add strict ordering of repo -> reindex -> search components
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jun 13, 2024
1 parent 85c15b2 commit d5c8276
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ services:
image: quay.io/alfresco/alfresco-elasticsearch-live-indexing:4.0.1
mem_limit: 1g
depends_on:
- elasticsearch
- alfresco
elasticsearch:
condition: service_started
search-reindexing:
condition: service_completed_successfully
environment:
ALFRESCO_ACCEPTED_CONTENT_MEDIA_TYPES_CACHE_BASE_URL: >-
http://transform-core-aio:8090/transform/config
Expand Down

0 comments on commit d5c8276

Please sign in to comment.