Skip to content

Commit

Permalink
Make rabbitmq available to Publishing API Worker
Browse files Browse the repository at this point in the history
The Publishing API worker classes can be used to emit events to the
message queue and thus need access to rabbitmq.
  • Loading branch information
kevindew committed Apr 15, 2024
1 parent 75566f9 commit 48ad1d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/publishing-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
depends_on:
- postgres-13
- redis
- rabbitmq
environment:
RABBITMQ_EXCHANGE: published_documents
RABBITMQ_URL: amqp://guest:guest@rabbitmq:5672
Expand Down

0 comments on commit 48ad1d6

Please sign in to comment.