Skip to content

Commit

Permalink
build: add solr
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 30, 2024
1 parent cfef92a commit 6d04be4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ services:
- mycore

solr-8:
image: amazeeio/solr:8-21.12.0
build:
context: .
dockerfile: solr.Dockerfile
labels:
lagoon.type: solr
lagoon.persistent.size: 100Mi
Expand Down
1 change: 1 addition & 0 deletions solr.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM amazeeio/solr:8-21.12.0

0 comments on commit 6d04be4

Please sign in to comment.