new changes

This commit is contained in:
Niranjan
2026-04-07 20:57:48 +05:30
parent 0732a2eba6
commit 8e166c8bde
9 changed files with 136 additions and 20 deletions

View File

@@ -9,6 +9,9 @@ cd "$ROOT" || exit 1
if [[ ! -f .env ]] && [[ -f .env.example ]]; then
cp -n .env.example .env || true
fi
if [[ -f .env ]]; then
bash "$(dirname "${BASH_SOURCE[0]}")/ensure-env-ports.sh"
fi
run_docker_compose() {
local -a compose_args=(--env-file .env -f docker-compose.yakpanel.yml)