Skip to content

Commit

Permalink
HTM-1319: Replace Solr image in the Tailormap stack with the new image
Browse files Browse the repository at this point in the history
breaking
  • Loading branch information
mprins committed Nov 11, 2024
1 parent c706a3e commit e8fc497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:

solr:
container_name: ${COMPOSE_PROJECT_NAME}-solr
image: solr:9.7.0
image: ghcr.io/tailormap/solr:9.7.0
profiles:
- solr
environment:
Expand All @@ -94,7 +94,7 @@ services:
container_name: ${COMPOSE_PROJECT_NAME}-solr-status
depends_on:
- solr
image: solr:9.7.0
image: ghcr.io/tailormap/solr:9.7.0
profiles:
- solr
environment:
Expand All @@ -103,5 +103,5 @@ services:
SCRAPE_INTERVAL: 15
SOLR_URL: http://solr:8983/solr/
command:
# this script should be in the path for the current user
# this script should be in the path for the current (solr) user
- solr-exporter

0 comments on commit e8fc497

Please sign in to comment.