Files
opencloud/deployments/examples/opencloud_full/posix.yml
Jörn Friedrich Dreyer 09105e9e8f add posix to full deployment
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-02-21 14:36:52 +01:00

11 lines
342 B
YAML

---
services:
opencloud:
environment:
# activate posix storage driver for users
STORAGE_USERS_DRIVER: posix
# keep system data on decomposed storage since this are only small files atm
STORAGE_SYSTEM_DRIVER: decomposed
# posix requires a shared cache store
STORAGE_USERS_ID_CACHE_STORE: "nats-js-kv"