mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 06:01:39 +01:00
change databases from surrealdb to pocketbase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user