Skip to content

Commit

Permalink
SFR-2070: Fix to Local Cluster Process (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitri <[email protected]>
  • Loading branch information
mitri-slory and Dmitri authored Aug 2, 2024
1 parent d496f65 commit 5e959ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions config/sample-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e959ed

Please sign in to comment.