Bring back the rabbitmq temp

This commit is contained in:
jetli 2024-10-22 05:30:50 +00:00
parent 193188dbb7
commit 2615aff732

View File

@ -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: