allow running api tests with posix

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-02-27 11:31:00 +01:00
parent 2c58ba2200
commit 350398bf61
2 changed files with 16 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
---
services:
opencloud-server:
environment:
# activate posix storage driver for users
STORAGE_USERS_DRIVER: posix
# posix requires a shared cache store
STORAGE_USERS_ID_CACHE_STORE: "nats-js-kv"