add container_rabbitmq

This commit is contained in:
2026-02-25 12:19:06 -05:00
parent 087d8888cf
commit 1c6e1b7032
7 changed files with 335 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Compose
Put your compose.yaml here.

View File

@@ -0,0 +1,11 @@
services:
rabbitmq:
container_name: rabbitmq
restart: always
image: docker.io/rabbitmq:3-management
ports:
- 15672:15672
- 5672:5672
env_file: /home/rabbitmq/rabbitmq.env
volumes:
- /home/rabbitmq/data:/var/lib/rabbitmq