services:
reminder_bot:
build: .
container_name: reminder_bot_app
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
sqlite_data: