mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-17 13:06:25 -04:00
11 lines
342 B
YAML
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"
|