add changes

This commit is contained in:
=
2025-06-18 07:59:00 -05:00
parent cccb9c974f
commit 1d1cc75c92
238 changed files with 2950 additions and 176 deletions

View File

@@ -1,5 +1,5 @@
for dir in *; do
if [ -d "$dir" ]; then
( cd "$dir" && docker-compose up -d )
( cd "$dir" && docker compose pull && docker compose up -d )
fi
done