3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-05-31 20:01:33 +10:00
parent 5fa3296fca
commit 82a2f163ab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set -e
docker pull docker.med-logic.ru/medicine-notification:latest
cd /root/medicine-config/service-postgres
cd /root/medicine-config/postgres
docker-compose up -d
docker-compose exec postgres psql -c 'CREATE DATABASE medicine_notification' --username=user