From 1f1c964e917905a3811bfc1e35e3275f8d0ea08e Mon Sep 17 00:00:00 2001 From: B4D_US3R Date: Mon, 21 Apr 2025 23:22:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 8d17708..3e8a0af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,8 @@ services: volumes: - ./config.yaml:/app/kiki/config.yaml - ./secret.conf:/app/kiki/secret.conf + depends_on: + - redis redis: image: redis restart: always