Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Allow solr image override. #18

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .docker/Dockerfile.solr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
##
# @see /.docker/README.md
#

ARG GOVCMS_IMAGE_VERSION=latest

FROM govcmslagoon/solr:${GOVCMS_IMAGE_VERSION}
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ services:

# Lodge a support ticket to have Solr enabled.
# solr:
# image: govcmslagoon/solr
# build:
# context: .
# dockerfile: .docker/Dockerfile.solr
# args:
# GOVCMS_IMAGE_VERSION: *govcms-image-version
# labels:
# lagoon.type: solr
# ports:
Expand Down