fix: now back waiting for RMQ to be healthy
This commit is contained in:
parent
3a470c2d48
commit
0044fd59c7
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue