From 0c6b8705eecef74883fa732e16180f21c41f3f41 Mon Sep 17 00:00:00 2001 From: Lisoveliy Date: Fri, 25 Jul 2025 19:44:51 +0300 Subject: [PATCH] fix: fixed production compose file --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d737d73..bb1fd90 100644 --- a/compose.yml +++ b/compose.yml @@ -45,4 +45,5 @@ networks: volumes: - postgres_data: \ No newline at end of file + postgres_data: + rabbitmq_data: \ No newline at end of file