version: '3' services: bot: build: context: . dockerfile: Dockerfile restart: always network_mode: "host" env_file: - .env