Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Release 1.1.6 (#46)
Browse files Browse the repository at this point in the history
* Ensures solr image uses image version var. (#45)

* Release 1.1.6.
  • Loading branch information
SRowlands authored Apr 23, 2020
1 parent 265bb78 commit 91136e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
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 govcms8lagoon/solr:${GOVCMS_IMAGE_VERSION}
2 changes: 1 addition & 1 deletion .version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: 8
type: saas
scaffold: 1.1.5
scaffold: 1.1.6
16 changes: 6 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,13 @@ services:
environment:
<< : *default-environment

# Lodge a support ticket to have Redis enabled.
# redis:
# image: govcms8lagoon/redis
# labels:
# lagoon.type: redis
# environment:
# << : *default-environment

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

0 comments on commit 91136e8

Please sign in to comment.