mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-09 09:35:04 +09:00
31 lines
665 B
YAML
31 lines
665 B
YAML
mongo:
|
|
connect: %MONGO_CONNECT%
|
|
database: coordinator
|
|
log: log
|
|
spaces: spaces
|
|
|
|
spaceStatus:
|
|
runSeconds: 5
|
|
deletionPeriodDays: 0
|
|
|
|
drpc:
|
|
stream:
|
|
timeoutMilliseconds: 1000
|
|
maxMsgSizeMb: 256
|
|
|
|
yamux:
|
|
listenAddrs:
|
|
- %ANY_SYNC_COORDINATOR_ADDRESSES%
|
|
writeTimeoutSec: 10
|
|
dialTimeoutSec: 10
|
|
|
|
quic:
|
|
listenAddrs:
|
|
- %ANY_SYNC_COORDINATOR_QUIC_ADDRESSES%
|
|
writeTimeoutSec: 10
|
|
dialTimeoutSec: 10
|
|
|
|
fileLimit:
|
|
limitDefault: %ANY_SYNC_COORDINATOR_FILE_LIMIT_DEFAULT%
|
|
limitAlphaUsers: %ANY_SYNC_COORDINATOR_FILE_LIMIT_ALPHA_USERS%
|
|
limitNightlyUsers: %ANY_SYNC_COORDINATOR_FILE_LIMIT_NIGHTLY_USERS%
|