Commit iniziale

This commit is contained in:
2026-01-18 15:08:40 +01:00
commit f36fe4426a
5 changed files with 180 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
telegram-bot:
build: .
container_name: telegram-bot
restart: unless-stopped
env_file:
- .env
environment:
- PYTHONUNBUFFERED=1