fix: expose RabbitMQ ports for local development

This commit is contained in:
marko-kraemer 2025-05-19 02:14:45 +02:00
parent f2e7b27e02
commit c8826d5205
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ services:
rabbitmq:
image: rabbitmq
ports:
- "5672:5672"
- "15672:15672"
volumes:
- rabbitmq_data:/var/lib/rabbitmq
restart: unless-stopped