tommorow and week

This commit is contained in:
2026-03-30 21:23:44 +03:00
parent a6c6f061ce
commit 9a49271a0d
6 changed files with 142 additions and 43 deletions

View File

@@ -1,14 +1,11 @@
version: '3.8'
services:
weather_bot:
bot:
build: .
container_name: tg_weather_bot
container_name: weather_bot
restart: unless-stopped
network_mode: "host"
environment:
- TZ=Europe/Moscow
env_file:
- .env
volumes:
# Пробрасываем директорию с БД наружу, чтобы данные сохранялись
# при пересоздании контейнера
- ./data:/app/data