feat: docker-compose + .env.example + postgresql.conf + updated README

This commit is contained in:
2026-06-16 19:16:08 +02:00
parent fbbdc5e54b
commit 7c9db4d705
4 changed files with 178 additions and 11 deletions
+14
View File
@@ -0,0 +1,14 @@
# Telegram Bot Token (from @BotFather)
TELEGRAM_BOT_TOKEN=your-bot-token-here
# PostgreSQL Credentials
POSTGRES_USER=postgres
POSTGRES_PASSWORD=change-me-strong-password
POSTGRES_DB=postgres
# PostgREST JWT Secret (random string for signing tokens)
JWT_SECRET=your-super-secret-jwt-key-change-in-production
# Worker Configuration
DEFAULT_INTERVAL_MINUTES=60
ADMIN_TELEGRAM_IDS=123456789 # Comma-separated Telegram user IDs with admin access