fixed db scripts

This commit is contained in:
blaisadmin
2026-05-02 10:24:58 -04:00
parent 1bb3002baf
commit 22f344a998
8 changed files with 409 additions and 14 deletions
+4
View File
@@ -1,4 +1,8 @@
#!/usr/bin/env bash
if [ -z "${BASH_VERSION:-}" ]; then
exec bash "$0" "$@"
fi
set -euo pipefail
compose_file="${COMPOSE_FILE:-docker-compose.prod.yml}"