chore: convert rpc to rest

This commit is contained in:
Ben Allfree
2023-11-05 03:22:41 -08:00
parent f369f7b79e
commit 098a00c72d
31 changed files with 357 additions and 771 deletions

View File

@@ -1,13 +0,0 @@
version: '3.8'
services:
pb:
image: pockethost/pocketbase
ports:
- '8090:8090'
volumes:
- ../../../../../.pbincache/v0.18.6:/host_bin
- ../../../../../.data/pockethost-central:/host_data
- ../../../migrations:/host_data/pb_migrations
- ../../../pb_hooks:/host_data/pb_hooks
command: /host_bin/pocketbase serve --dir=/host_data --hooksDir=/host_data/pb_hooks --migrationsDir=/host_data/pb_migrations