services: t2s: build: ./app image: 192.168.8.174:3000/vrubel/t2s-telegram-bot:latest container_name: t2s-telegram-bot restart: always network_mode: "host" env_file: .env volumes: - ./data:/app/data