From e8e9338d71914f311697bcacfa837dc03ee5c608 Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Thu, 9 Jul 2026 15:04:23 +1000 Subject: [PATCH] pass --- notification/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notification/install.sh b/notification/install.sh index 735e249..ada1386 100755 --- a/notification/install.sh +++ b/notification/install.sh @@ -1,11 +1,14 @@ set -e -docker pull docker.med-logic.ru/medicine-notification:latest +docker pull docker.med-logic.ru/micro-notification:latest cd /root/medicine-config/postgres docker-compose up -d sleep 10 docker-compose exec postgres psql -c 'CREATE DATABASE medicine_notification' --username=postgres +cd /root/medicine-config/redis +docker-compose up -d + cd /root/medicine-config/notification docker-compose up -d