first commit

This commit is contained in:
2026-03-26 09:37:50 +03:00
commit d18270de43
6 changed files with 231 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
weather_bot:
build: .
container_name: tg_weather_bot
restart: unless-stopped
env_file:
- .env