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

Amend search-api-v2 configuration #690

Merged
merged 1 commit into from
Sep 26, 2023
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
5 changes: 4 additions & 1 deletion projects/search-api-v2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
- rabbitmq
environment:
RABBITMQ_URL: amqp://guest:guest@rabbitmq
PUBLISHING_EVENT_MESSAGE_QUEUE_NAME: search_api_v2_published_documents

search-api-v2-app:
<<: *search-api-v2
Expand All @@ -30,6 +31,7 @@ services:
- search-api-v2-worker-consume-published-documents
environment:
RABBITMQ_URL: amqp://guest:guest@rabbitmq
PUBLISHING_EVENT_MESSAGE_QUEUE_NAME: search_api_v2_published_documents
RAILS_DEVELOPMENT_HOSTS: search-api-v2.dev.gov.uk
VIRTUAL_HOST: search-api-v2.dev.gov.uk
BINDING: 0.0.0.0
Expand All @@ -43,4 +45,5 @@ services:
- rabbitmq
environment:
RABBITMQ_URL: amqp://guest:guest@rabbitmq
command: bin/rails message_queue:consume_published_documents
PUBLISHING_EVENT_MESSAGE_QUEUE_NAME: search_api_v2_published_documents
command: bin/rake publishing_event_pipeline:process_messages