Skip to content

Commit

Permalink
chore: revert command and use test solr9 image
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 28, 2024
1 parent 355ca6d commit 4dfb3bb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,19 @@ services:
- "8983"
volumes:
- solr-8-data:/var/solr
command: ["sh", "-c", "
mkdir -p /var/solr/data;
solr-precreate mycore
"]
command:
- solr-precreate
- mycore

solr-9:
image: uselagoon/solr-9:latest
image: testlagoon/solr-9:pr-963
labels:
lagoon.type: solr
lagoon.persistent.size: 100Mi
ports:
- "8983"
volumes:
- solr-9-data:/var/solr
command: ["sh", "-c", "
mkdir -p /var/solr/data;
solr-precreate mycore
"]
command:
- solr-precreate
- mycore

0 comments on commit 4dfb3bb

Please sign in to comment.