init commit

This commit is contained in:
2025-08-20 21:10:31 +09:00
parent 36a9382cb6
commit 745046c638
31 changed files with 1074 additions and 1 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
# === Telegram ===
BOT_TOKEN=123456789:ABCDEF_your_token_here
# === Database (choose) ===
# Preferred single URL:
#DATABASE_URL=postgresql+psycopg://postgres:postgres@db:5432/tg_poster
# Or compose parts:
DB_HOST=db
DB_PORT=5432
DB_NAME=tg_poster
DB_USER=postgres
DB_PASSWORD=postgres
# Logging level: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=INFO