add init new files

This commit is contained in:
jigoong
2026-02-13 17:29:01 +07:00
commit ce75555958
23 changed files with 497 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# 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`