install rabbitMQ on docker

This commit is contained in:
2025-03-30 03:57:49 +02:00
parent 70d596acf0
commit 4afc4fa353
5 changed files with 31 additions and 3 deletions

View File

@@ -6,3 +6,7 @@ services:
postgresql:
ports:
- "5432:5432"
rabbitmq:
ports:
- "5672:5672"