change databases from surrealdb to pocketbase

This commit is contained in:
2025-06-26 01:17:45 +02:00
parent 18d7fe8caa
commit 274b49dd27
9 changed files with 89 additions and 112 deletions

View File

@@ -9,3 +9,12 @@ services:
- ./db/redis:/data
environment:
- VALKEY_EXTRA_FLAGS=--save 60 1
pocketbase:
container_name: qweribot-pocketbase
build:
context: ./pocketbase
ports:
- 8090:8090
restart: no
volumes:
- ./db/pocketbase:/pb/pb_data