Files
weather_bot/docker-compose.yml
2026-03-30 21:23:44 +03:00

11 lines
338 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
bot:
build: .
container_name: weather_bot
restart: unless-stopped
env_file:
- .env
volumes:
# Пробрасываем директорию с БД наружу, чтобы данные сохранялись
# при пересоздании контейнера
- ./data:/app/data