https://github.com/owncloud-ops/rabbitmq
Custom container image for RabbitMQ
https://github.com/owncloud-ops/rabbitmq
container oci rabbitmq
Last synced: 4 months ago
JSON representation
Custom container image for RabbitMQ
- Host: GitHub
- URL: https://github.com/owncloud-ops/rabbitmq
- Owner: owncloud-ops
- License: apache-2.0
- Created: 2021-10-07T09:05:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T20:56:45.000Z (5 months ago)
- Last Synced: 2026-02-18T01:34:01.665Z (5 months ago)
- Topics: container, oci, rabbitmq
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/owncloudops/rabbitmq
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rabbitmq
[](https://drone.owncloud.com/owncloud-ops/rabbitmq/)
[](https://hub.docker.com/r/owncloudops/rabbitmq)
[](https://quay.io/repository/owncloudops/rabbitmq)
Custom container image for [RabbitMQ](https://www.rabbitmq.com/) Messsage Broker.
## Ports
- 5672
## Volumes
- /var/lib/rabbitmq
## Environment Variables
```Shell
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
```Shell
docker build -f Dockerfile --target rabbitmq -t rabbitmq:latest .
```
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/rabbitmq/blob/main/LICENSE) file for details.