deploy scripts

This commit is contained in:
2022-04-16 22:58:32 +03:00
parent b84e5c707f
commit 84b7c983d9
4 changed files with 45 additions and 1 deletions

6
d-scripts/rerun.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
docker stop $(docker ps -q)
docker volume remove multy_stub_volume
docker volume create multy_stub_volume
docker run --rm -v multy_stub_volume:/data/db -p 27017:27017 -d mongo