Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search-api-v2: Fix missing env in stacks #804

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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