add akkoma's (bash scripts i use)

This commit is contained in:
2026-07-16 22:17:46 +02:00
parent d70dd8d601
commit 9b7c0be73e
5 changed files with 76 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
echo "reloading confs..."
docker compose restart akkoma
sleep 3
docker compose logs --tail 30 akkoma