refactoring into single directory and fixing docker

This commit is contained in:
venus
2026-03-04 15:47:53 -06:00
parent 0834ddc9cb
commit 22ecd5eff5
8 changed files with 51 additions and 17 deletions

View File

@@ -6,10 +6,12 @@ if [ -z "$1" ]; then
elif [ "$1" = "-b" ]; then
build="--build"
echo building
elif [ "$1" = "-d" ]; then
up="-d"
echo daemon
elif [ "$1" = "-i" ]; then
vaultPath="/home/venus/Documents/Personal-Wiki"
echo building
fi
docker compose down
docker compose up $up $build
#update the .env
#build public vault
docker compose up -d public_vault_builder