pass
This commit is contained in:
parent
abcbc515ae
commit
ed34afb804
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue