Bring back the rabbitmq temp
This commit is contained in:
parent
193188dbb7
commit
2615aff732
@ -1,17 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
# rabbitmq:
|
rabbitmq:
|
||||||
# image: rabbitmq:3-management
|
image: rabbitmq:3-management
|
||||||
# ports:
|
ports:
|
||||||
# - "5672:5672" # RabbitMQ communication port
|
- "5672:5672" # RabbitMQ communication port
|
||||||
# - "15672:15672" # RabbitMQ management port
|
- "15672:15672" # RabbitMQ management port
|
||||||
# networks:
|
networks:
|
||||||
# - freeleaps_service_hub_network
|
- freeleaps_service_hub_network
|
||||||
# healthcheck:
|
healthcheck:
|
||||||
# test: [ "CMD", "curl", "-f", "http://localhost:15672" ]
|
test: [ "CMD", "curl", "-f", "http://localhost:15672" ]
|
||||||
# interval: 30s
|
interval: 30s
|
||||||
# retries: 5
|
retries: 5
|
||||||
# start_period: 10s
|
start_period: 10s
|
||||||
# timeout: 10s
|
timeout: 10s
|
||||||
|
|
||||||
central_storage:
|
central_storage:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user