Skip to content

Commit

Permalink
search-api-v2: Fix missing env in stacks
Browse files Browse the repository at this point in the history
I originally added this to the `app` stack, but the `lite` stack and
worker should have it too!
  • Loading branch information
csutter committed Nov 28, 2024
1 parent ff333f8 commit bcacfa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/search-api-v2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
RABBITMQ_URL: amqp://guest:guest@rabbitmq
REDIS_URL: redis://search-api-v2-redis
PUBLISHED_DOCUMENTS_MESSAGE_QUEUE_NAME: search_api_v2_published_documents
GOOGLE_CLOUD_PROJECT_ID: none
DISCOVERY_ENGINE_DATASTORE: none
DISCOVERY_ENGINE_DATASTORE_BRANCH: none
DISCOVERY_ENGINE_SERVING_CONFIG: none
Expand Down Expand Up @@ -68,10 +69,11 @@ services:
# The fully qualified ID of the datastore, branch and serving config on the Discovery Engine
# integration environment (required to use Discovery Engine locally).
#
GOOGLE_CLOUD_PROJECT_ID: "search-api-v2-integration"
DISCOVERY_ENGINE_DATASTORE: "projects/search-api-v2-integration/locations/global/collections/default_collection/dataStores/govuk_content"
DISCOVERY_ENGINE_DATASTORE_BRANCH: "projects/search-api-v2-integration/locations/global/collections/default_collection/dataStores/govuk_content/branches/default_branch"
DISCOVERY_ENGINE_SERVING_CONFIG: "projects/search-api-v2-integration/locations/global/collections/default_collection/dataStores/govuk_content/servingConfigs/default_search"
command: bin/rake document_sync_worker:run

search-api-v2-redis:
image: redis
image: redis

0 comments on commit bcacfa1

Please sign in to comment.