From 9c2221f765d383b316e29b04fd812169d8e4459c Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 4 Jul 2024 10:37:37 +0200 Subject: [PATCH] Use newly build images and specify registry for solr image --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index b8194b1..6bdf2ab 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ version: "3.7" services: solr: - image: solr:9 + image: docker.io/library/solr:9 restart: always environment: SOLR_HEAP: 1G @@ -20,7 +20,7 @@ services: test: ["CMD", "curl", "-f", "http://localhost:8983/"] solrwayback: - image: localhost/solrwayback:latest + image: ghcr.io/deutsche-nationalbibliothek/solrwayback-compose:solrwayback-main restart: always volumes: - "./collection:/webarchive" @@ -32,7 +32,7 @@ services: - 8080:8080 indexer: - image: localhost/warc-indexer:latest + image: ghcr.io/deutsche-nationalbibliothek/solrwayback-compose:warc-indexer-main environment: SOLR_URL: http://solr:8983/solr/netarchivebuilder STATUS_ROOT: /status