Skip to content

Commit

Permalink
Add no-op env vars to search-api-v2 lite stack
Browse files Browse the repository at this point in the history
These need to be present for the app to load, but in the `lite` stack
don't actually need to be meaningful values.
  • Loading branch information
csutter committed Nov 8, 2023
1 parent 08198cf commit 0c998c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/search-api-v2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
environment:
RABBITMQ_URL: amqp://guest:guest@rabbitmq
PUBLISHED_DOCUMENTS_MESSAGE_QUEUE_NAME: search_api_v2_published_documents
DISCOVERY_ENGINE_DATASTORE: none
DISCOVERY_ENGINE_SERVING_CONFIG: none

search-api-v2-app:
<<: *search-api-v2
Expand Down

0 comments on commit 0c998c6

Please sign in to comment.