mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
Add running examples
This commit is contained in:
20
README.md
20
README.md
@ -9,4 +9,22 @@ Image hosting service
|
||||
- Blurhash calculation (NIP-96)
|
||||
|
||||
## Planned
|
||||
- Torrent seed V2
|
||||
- Torrent seed V2
|
||||
|
||||
## Running
|
||||
|
||||
### Docker Compose
|
||||
The easiest way to run `void-cat-rs` is to use `docker compose`
|
||||
|
||||
```bash
|
||||
docker compose -f docker-compose.prod.yml up
|
||||
```
|
||||
### Manual
|
||||
Assuming you already created your `config.toml` and configured the `database` run:
|
||||
```bash
|
||||
docker run --rm -it \
|
||||
-p 8000:8000 \
|
||||
-v ./config.toml:/app/config.toml \
|
||||
-e "RUST_LOG=info" \
|
||||
voidic/void-cat-rs
|
||||
```
|
Reference in New Issue
Block a user