Skip to content

Commit

Permalink
Use newly build images and specify registry for solr image
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jul 4, 2024
1 parent d80f9ee commit 9c2221f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
solr:
image: solr:9
image: docker.io/library/solr:9
restart: always
environment:
SOLR_HEAP: 1G
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 9c2221f

Please sign in to comment.