This commit is contained in:
criz 2025-08-31 08:45:07 +02:00
commit a64e32ffe0
14 changed files with 339 additions and 0 deletions

4
stop_all.sh Executable file
View file

@ -0,0 +1,4 @@
for d in */ ; do
docker compose -f "$d/compose.yml" down
done