Files
opencloud/tests/acceptance/docker/src/posix.yml
Jörn Friedrich Dreyer 350398bf61 allow running api tests with posix
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-02-27 11:31:00 +01:00

9 lines
226 B
YAML

---
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"