Skip to content

Commit

Permalink
⛓️‍💥 HTM-1319: Replace Solr image in the Tailormap stack with the new…
Browse files Browse the repository at this point in the history
… image⛓️‍💥 (#747)
  • Loading branch information
mprins authored Nov 11, 2024
2 parents 01db692 + e8fc497 commit fb40415
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 fb40415

Please sign in to comment.