1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-05-25 17:05:58 +10:00
parent a19ce50367
commit a941a61e1a
2 changed files with 5 additions and 0 deletions

0
medicine-lis-receiver/restart.sh Normal file → Executable file
View File

View File

@ -0,0 +1,5 @@
set -e
docker stop medicine-app medicine-tasks
docker exec medicine-stack-postgres psql -c 'DROP DATABASE medicine' --username=postgres
docker exec medicine-stack-postgres psql -c 'CREATE DATABASE medicine' --username=postgres