📝 Referenced self-hosting docs in README.md

This commit is contained in:
Mawoka
2022-03-11 17:26:48 +01:00
parent 48bfb3912f
commit df4507a8e2
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -13,12 +13,7 @@ If you want to use it in real-life,
please contact me on [my website](https://mawoka.eu/contact?utm_medium=Github&utm_source=Readme).
## Self-Host
1. Clone this repo: `git clone https://github.com/mawoka-myblock/ClassQuiz.git`
2. Edit `frontend/Dockerfile` and set in line 7 (`REDIS_URL=`) to a valid redis-dsn.
I use [Upstash](https://upstash.com/) for that.
3. Customize the `docker-compose.yml` to your needs
4. Build the docker-images: `docker compose build`
5. Lastly, start it: `docker compose up -d`
Please see https://classquiz.mawoka.eu/docs/self-host
### Things to know about the structure
1. Everything depends on Redis (API and frontend).