Created deployment

This commit is contained in:
2026-02-11 18:52:12 +01:00
parent e878c9a27e
commit c4721328f8
3 changed files with 26 additions and 4 deletions

View File

@@ -3,6 +3,13 @@
"rabbitmq_version": "4.2.2",
"product_name": "RabbitMQ",
"product_version": "4.2.2",
"users": [
{
"name": "RABBITMQ_USER_PLACEHOLDER",
"password": "RABBITMQ_PASSWORD_PLACEHOLDER",
"tags": ["administrator"]
}
],
"vhosts": [
{
"name": "sim-vhost"
@@ -10,7 +17,7 @@
],
"permissions": [
{
"user": "guest",
"user": "RABBITMQ_USER_PLACEHOLDER",
"vhost": "sim-vhost",
"configure": ".*",
"write": ".*",