3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-07-09 15:04:23 +10:00
parent f06f0a3bdb
commit e8e9338d71
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,14 @@
set -e 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 cd /root/medicine-config/postgres
docker-compose up -d docker-compose up -d
sleep 10 sleep 10
docker-compose exec postgres psql -c 'CREATE DATABASE medicine_notification' --username=postgres 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 cd /root/medicine-config/notification
docker-compose up -d docker-compose up -d