chore: add rabbitmq healthcheck in compose stack

This commit is contained in:
jo 2022-07-26 18:32:11 +02:00 committed by Kyle Robbertze
parent 4c4d9796f5
commit cb0798edcf
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ services:
RABBITMQ_DEFAULT_VHOST: /libretime
RABBITMQ_DEFAULT_USER: libretime
RABBITMQ_DEFAULT_PASS: libretime
healthcheck:
test: rabbitmq-diagnostics -q ping
volumes:
postgres_data: {}