Skip to content

Commit

Permalink
Merge pull request #747 from alphagov/add-redis-to-govuk-chat-lite
Browse files Browse the repository at this point in the history
Add redis under govuk-chat-lite
  • Loading branch information
AlexAvlonitis authored Apr 30, 2024
2 parents d742668 + 0a3c350 commit f54bfdd
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 @@ -23,10 +23,12 @@ services:
- opensearch-2
- postgres-13
- rabbitmq
- redis
environment:
DATABASE_URL: "postgresql://postgres@postgres-13/govuk-chat"
TEST_DATABASE_URL: "postgresql://postgres@postgres-13/govuk-chat-test"
RABBITMQ_URL: amqp://guest:guest@rabbitmq
REDIS_URL: redis://redis
OPENSEARCH_URL: http://opensearch-2:9200

govuk-chat-app:
Expand Down

0 comments on commit f54bfdd

Please sign in to comment.