Add utility scripts

This commit is contained in:
2024-07-29 00:11:41 +03:00
parent eded61df26
commit 0c4a8bedb5
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
anon3anon
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
WORK_DIR=$(dirname "$(dirname "$(readlink -f "$0")")")
pushd "$WORK_DIR" >/dev/null
docker compose down
popd >/dev/null
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
WORK_DIR=$(dirname "$(dirname "$(readlink -f "$0")")")
pushd "$WORK_DIR" >/dev/null
docker compose up -d
popd >/dev/null