Adding in calebburkedev

This commit is contained in:
2026-06-27 03:34:50 -07:00
parent 7199fbe500
commit 1ae95ab1e7
5 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RED=$'\033[0;31m'
YELLOW=$'\033[0;33m'
RESET=$'\033[0m'
for f in docker-compose*.yml; do
for f in $(find . -name "docker-compose*.yml" | sort); do
[[ -f "$f" ]] || continue
running=$(docker compose -f "$f" ps -q --status running 2>/dev/null | wc -l)
total=$(docker compose -f "$f" config --services 2>/dev/null | wc -l)