fix: now back waiting for RMQ to be healthy

This commit is contained in:
Iron_Felix 2025-12-20 04:02:08 +03:00
parent 3a470c2d48
commit 0044fd59c7

View file

@ -73,8 +73,10 @@ services:
# ports:
# - "8080:8080"
depends_on:
- postgres
- rabbitmq
postgres:
condition: service_started
rabbitmq:
condition: service_healthy
networks:
- nyanimedb-network