version: "3.9" services: t2s: build: ./app container_name: t2s-telegram-bot restart: always network_mode: "host" env_file: .env volumes: - ./data:/app/data