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: # ports:
# - "8080:8080" # - "8080:8080"
depends_on: depends_on:
- postgres postgres:
- rabbitmq condition: service_started
rabbitmq:
condition: service_healthy
networks: networks:
- nyanimedb-network - nyanimedb-network