1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-04-01 12:20:06 +10:00
parent abcbc515ae
commit ed34afb804
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "readonly" | docker login docker.med-logic.ru --username readonly --passwor
docker pull docker.med-logic.ru/medicine-remd:latest docker pull docker.med-logic.ru/medicine-remd:latest
cd /root/medicine-config/medicine-stack cd /root/medicine-config/medicine-stack
docker-compose exec postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres docker-compose exec postgres psql -c 'CREATE DATABASE IF NOT EXISTS medicine_remd' --username=postgres
read -p "Enter organization name: " ORGANIZATION_NAME read -p "Enter organization name: " ORGANIZATION_NAME