services: bot: build: . container_name: exchange-bot restart: unless-stopped env_file: - .env environment: DATABASE_PATH: /app/data/bot.db volumes: - ./data:/app/data # Long-polling: no published ports. Needs outbound HTTPS to api.telegram.org.