Skip to content

Commit

Permalink
GOV.UK Chat queue consumer requires PostgreSQL
Browse files Browse the repository at this point in the history
We recently introduced a database dependency for the queue consumer [1],
this reflects that requirement.

[1]:alphagov/govuk-chat#94
  • Loading branch information
kevindew committed Apr 15, 2024
1 parent 48ad1d6 commit 7a8c407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/govuk-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ services:
<<: *govuk-chat
depends_on:
- opensearch-2
- postgres-13
- rabbitmq
environment:
DATABASE_URL: "postgresql://postgres@postgres-13/govuk-chat"
RABBITMQ_URL: amqp://guest:guest@rabbitmq
OPENSEARCH_URL: http://opensearch-2:9200
command: bin/dev queue_consumer

0 comments on commit 7a8c407

Please sign in to comment.