28 lines
320 B
Markdown
28 lines
320 B
Markdown
# apiservice
|
|
|
|
## Run
|
|
|
|
1. Copy env
|
|
|
|
```bash
|
|
cp .env.example .env
|
|
```
|
|
|
|
2. Update DB connection env values
|
|
|
|
3. Start
|
|
|
|
```bash
|
|
docker compose up --build
|
|
```
|
|
|
|
## Base path
|
|
|
|
Set `ROOT_PATH=/apiservice` when running behind reverse proxy.
|
|
|
|
## Permissions
|
|
|
|
The checkpoint endpoint requires permission:
|
|
|
|
- `feed.checkpoint:write`
|