mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-19 22:58:36 +00:00
chore: convert rpc to rest
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user