version: "3.8" services: omnibot: build: . env_file: docker.env volumes: - ".:/app" working_dir: "/app" restart: always