Files
Home_assistant/telegram-bot/docker-compose.yml
T
2026-06-13 20:20:56 +00:00

8 lines
131 B
YAML

services:
telegram-bot:
build: .
env_file: .env
volumes:
- ./data:/app/data
restart: unless-stopped