From bc755b675c2520ecea6b1a346c4178fc332a342f Mon Sep 17 00:00:00 2001 From: Drini Cami Date: Thu, 7 Nov 2024 17:28:51 -0500 Subject: [PATCH] Remove prod volume mount; no longer needed --- compose.production.yaml | 1 - compose.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.production.yaml b/compose.production.yaml index 568061febde..962c851273d 100644 --- a/compose.production.yaml +++ b/compose.production.yaml @@ -19,7 +19,6 @@ services: - ../booklending_utils:/booklending_utils - ../olsystem:/olsystem - ../olsystem/etc/ia.ini:/home/openlibrary/.config/ia.ini - - .:/openlibrary solr: profiles: ["ol-solr0"] diff --git a/compose.yaml b/compose.yaml index 1eded92fc4f..5298045cb66 100644 --- a/compose.yaml +++ b/compose.yaml @@ -48,7 +48,7 @@ services: solr-updater: image: "${OLIMAGE:-oldev:latest}" command: docker/ol-solr-updater-start.sh - hostname: "${HOSTNAME:-$HOST}" + hostname: "$HOSTNAME" environment: - OL_CONFIG=conf/openlibrary.yml - OL_URL=http://web:8080/