Adjust README a little about docker

This commit is contained in:
@s.roertgen 2025-01-24 17:25:25 +01:00
parent 70700843ae
commit 06ff0ffb13

View file

@ -2,6 +2,16 @@
Listens for AMB events of a certain relay and indexes them to a Typesearch instance.
## Run
- Adjust config in `resources/config.edn`
- Run with `clj -M -m typesense-indexer.system`
or do it with docker:
- `docker compose build`
- `docker compose up`
## TODO
- [ ] Use multiple relays