Initial commit — personal Telegram meme bot with inline search

This commit is contained in:
goyban
2026-04-24 17:49:22 +00:00
commit c832350300
9 changed files with 500 additions and 0 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")"
echo "⏹ Stopping..."
docker compose down
echo "🔨 Rebuilding..."
docker compose build
echo "▶ Starting..."
docker compose up -d
echo "📋 Logs (Ctrl-C to exit):"
docker compose logs -f