add database

This commit is contained in:
2026-03-26 12:42:59 +03:00
parent 20531d1029
commit a6c6f061ce
6 changed files with 117 additions and 58 deletions

View File

@@ -5,7 +5,10 @@ services:
build: .
container_name: tg_weather_bot
restart: unless-stopped
network_mode: "host"
environment:
- TZ=Europe/Moscow # Укажи здесь нужный базовый часовой пояс
- TZ=Europe/Moscow
env_file:
- .env
- .env
volumes:
- ./data:/app/data