From 5e959ed31fba4b6461b2720a5aac0be122ff70a3 Mon Sep 17 00:00:00 2001 From: Dmitri Slory Date: Fri, 2 Aug 2024 13:25:32 -0400 Subject: [PATCH] SFR-2070: Fix to Local Cluster Process (#322) Co-authored-by: Dmitri --- CHANGELOG.md | 1 + config/sample-compose.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac0c3743d..16954d9152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - Resolved the format of fulfill endpoints in UofM manifests - Added additional logging to the editions endpoint to debug - Renamed Docker API container name to drb_local_api +- Renamed hosts for services in sample-compose file from docker bucket names to localhost ## 2024-03-21 -- v0.13.0 ## Added diff --git a/config/sample-compose.yaml b/config/sample-compose.yaml index 0e3fd17d22..326595cb86 100644 --- a/config/sample-compose.yaml +++ b/config/sample-compose.yaml @@ -2,7 +2,7 @@ LOG_LEVEL: debug # POSTGRES CONNECTION DETAILS -POSTGRES_HOST: drb_local_db +POSTGRES_HOST: localhost POSTGRES_PORT: '5432' POSTGRES_NAME: drb_test_db POSTGRES_USER: localuser @@ -11,20 +11,20 @@ ADMIN_USER: postgres ADMIN_PSWD: localpsql # REDIS CONFIGURATION -REDIS_HOST: drb_local_rs +REDIS_HOST: localhost REDIS_PORT: '6379' # ELASTICSEARCH CONFIGURATION ELASTICSEARCH_INDEX: drb_test_es ELASTICSEARCH_SCHEME: http -ELASTICSEARCH_HOST: drb_local_es +ELASTICSEARCH_HOST: localhost ELASTICSEARCH_PORT: '9200' ELASTICSEARCH_TIMEOUT: '30' ELASTICSEARCH_USER: elastic ELASTICSEARCH_PSWD: elastic # RABBITMQ CONFIGURATION -RABBIT_HOST: drb_local_mq +RABBIT_HOST: localhost RABBIT_PORT: '5672' RABBIT_USER: guest RABBIT_PSWD: guest @@ -64,7 +64,7 @@ NYPL_API_CLIENT_PUBLIC_KEY: | # DRB API Credentials -DRB_API_HOST: drb_local_api +DRB_API_HOST: localhost DRB_API_PORT: '5050' # Bardo CCE API URL