pass
This commit is contained in:
parent
5fa3296fca
commit
82a2f163ab
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue