version: "3.9" services: omnibot: build: . volumes: - "./omnibot:/app/omnibot" - "./plugins:/app/plugins" - "./data:/app/data"