Skip to content

Commit

Permalink
Merge pull request #180 from IQSS/179-fix-solr-dev-env
Browse files Browse the repository at this point in the history
added a dependency so that dev_solr waits for dev_solr_initializer to…
  • Loading branch information
kcondon authored Sep 22, 2023
2 parents a220c4f + d97f917 commit 82888c0
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 82888c0

Please sign in to comment.