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

@@ -8,6 +8,8 @@ services:
condition: service_completed_successfully
postgresql:
condition: service_healthy
rabbitmq:
condition: service_healthy
labels:
- "traefik.http.routers.api.rule=Host(`api.traefik.me`)"
- "traefik.http.services.api.loadbalancer.server.port=8080"