From 2615aff732909fe5f9205ed77ccbd62691c52f5a Mon Sep 17 00:00:00 2001 From: Jet Li Date: Tue, 22 Oct 2024 05:30:50 +0000 Subject: [PATCH] Bring back the rabbitmq temp --- docker-compose.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f051203..d3160f5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,17 +1,17 @@ services: - # rabbitmq: - # image: rabbitmq:3-management - # ports: - # - "5672:5672" # RabbitMQ communication port - # - "15672:15672" # RabbitMQ management port - # networks: - # - freeleaps_service_hub_network - # healthcheck: - # test: [ "CMD", "curl", "-f", "http://localhost:15672" ] - # interval: 30s - # retries: 5 - # start_period: 10s - # timeout: 10s + rabbitmq: + image: rabbitmq:3-management + ports: + - "5672:5672" # RabbitMQ communication port + - "15672:15672" # RabbitMQ management port + networks: + - freeleaps_service_hub_network + healthcheck: + test: [ "CMD", "curl", "-f", "http://localhost:15672" ] + interval: 30s + retries: 5 + start_period: 10s + timeout: 10s central_storage: build: