Skip to content

Commit

Permalink
added a dependency so that dev_solr waits for dev_solr_initializer to…
Browse files Browse the repository at this point in the history
… complete
  • Loading branch information
ekraffmiller committed Sep 22, 2023
1 parent a220c4f commit d97f917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-env/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ services:
hostname: 'solr'
image: solr:${SOLR_VERSION}
depends_on:
- dev_solr_initializer
dev_solr_initializer:
condition: service_completed_successfully
restart: on-failure
expose:
- '8983'
Expand Down

0 comments on commit d97f917

Please sign in to comment.