mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-09 05:28:56 -06:00
10 lines
269 B
YAML
10 lines
269 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"
|
|
STORAGE_USERS_POSIX_WATCH_FS: "true"
|