Thank you so much for helpful response @m.vielkind (and sorry for my late reply).
Response from rabbit
:
{"status":"failed","reason":"resource alarm(s) in effect:[{resource_limit,disk,rabbit@localhost}]"}
I changed
RABBITMQ_DISK_FREE_LIMIT: "{mem_relative, 0.1}"
to
RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT: 512mb
in docker-compose.yml
and it’s working fine now