update pocketbase,

This commit is contained in:
louiscklaw
2025-04-18 03:06:06 +08:00
parent d863d6d469
commit 03313dfc65
993 changed files with 71724 additions and 19 deletions

View File

@@ -0,0 +1,15 @@
# README
## to seed a pocketbase
```bash
# this will create a new database and re-initialize tables
$ docker compose up -d
# re-inject data content
$ docker compose exec -it pocketbase sh
$ pocketbase seed_db
# inside docker prompt, press seed_w
/# nodemon -w /pb_hooks --exec "pocketbase seed"
```