Skip to content

Commit 03d93e7

Browse files
committed
Disable ol-solr0 solr service while testing the new version
1 parent fe87a75 commit 03d93e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.production.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ services:
2222
- ../olsystem/etc/ia.ini:/home/openlibrary/.config/ia.ini
2323

2424
solr:
25-
profiles: ["ol-solr0"]
25+
# Disabled while we're updating our version of solr, otherwise it'll pull down the new image!
26+
profiles: ["ol-never"]
2627
environment:
2728
# More memory for production
2829
- SOLR_JAVA_MEM=-Xms10g -Xmx10g

0 commit comments

Comments
 (0)