Skip to content
Snippets Groups Projects
Commit eeb47411 authored by nimrod's avatar nimrod
Browse files

Add RabbitMQ using Docker Compose.

parent f6efac8b
No related branches found
No related tags found
No related merge requests found
# vim:ff=unix:ts=2:sw=2:ai:expandtab
---
version: '3.5'
services:
rabbitmq:
environment:
RABBITMQ_DEFAULT_USER: waldorf
RABBITMQ_DEFAULT_PASS: pass
RABBITMQ_DEFAULT_VHOST: waldorf
RABBITMQ_NODENAME: &rabbitmq_hostname rabbitmq
healthcheck:
test: ["CMD-SHELL", "rabbitmqctl status || exit 1"]
hostname: *rabbitmq_hostname
image: rabbitmq:3.8-management-alpine
ports:
- 15672:15672
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment