Bring back the rabbitmq temp
This commit is contained in:
parent
193188dbb7
commit
2615aff732
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user