mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 05:01:10 -05:00
9 lines
226 B
YAML
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"
|