Files
sriphat-dataplatform/README.md
2026-02-13 17:29:01 +07:00

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`