Skip to content

owncloud-ops/rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq

Build Status Docker Hub Quay.io

Custom container image for RabbitMQ Messsage Broker.

Ports

  • 5672

Volumes

  • /var/lib/rabbitmq

Environment Variables

RABBITMQ_VHOST="/"
RABBITMQ_USER="owncloud"
RABBITMQ_PASSWORD="owncloud"

RABBITMQ_VM_MEMORY_HIGH_WATERMARK_RELATIVE="0.4"
RABBITMQ_VM_MEMORY_HIGH_WATERMARK_ABSOLUTE=

RABBITMQ_DISK_FREE_LIMIT_RELATIVE="1.0"
RABBITMQ_DISK_FREE_LIMIT_ABSOLUTE=

RABBITMQ_LOG_LEVEL="info"

Build

docker build -f Dockerfile --target rabbitmq -t rabbitmq:latest .

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.