jarvis-compose/README.md

23 lines
No EOL
488 B
Markdown

# JARVIS
## What is this repo?
This repository is a repo designed to self-host a full-stack JARVIS instance from the ground up with no extra work.
## How to run
To use, first create a `config.yaml` based on `config.example.yaml`
Then, run `fetch.sh` if you're on Linux/macOS, or `fetch.ps1` if you're on Windows
Finally, run `docker compose up -d`
## How to update
First, re-run `fetch.sh` or `fetch.ps1`
Then, run `docker compose up -d --build`
## Prerequisites
- git
- docker