1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-10 18:10:55 +09:00

Added new variables for coordinator, filenode and minio s3

This commit is contained in:
Kirill Shklyaev 2024-01-23 19:55:48 +00:00
parent a50476da47
commit 199be204f5
5 changed files with 20 additions and 14 deletions

View file

@ -26,6 +26,6 @@ quic:
dialTimeoutSec: 10
fileLimit:
limitDefault: 1099511627776
limitAlphaUsers: 1099511627776
limitNightlyUsers: 1099511627776
limitDefault: %ANY_SYNC_COORDINATOR_FILE_LIMIT_DEFAULT%
limitAlphaUsers: %ANY_SYNC_COORDINATOR_FILE_LIMIT_ALPHA_USERS%
limitNightlyUsers: %ANY_SYNC_COORDINATOR_FILE_LIMIT_NIGHTLY_USERS%

View file

@ -1,10 +1,11 @@
s3Store:
bucket: s3-emulator
indexBucket: s3-emulator
bucket: %MINIO_BUCKET%
indexBucket: %MINIO_BUCKET%
maxThreads: 16
profile: default
region: eu-central-1
endpoint: http://s3-emulator:%AWS_PORT%
region: us-east-1
endpoint: http://minio:%MINIO_PORT%
forcePathStyle: true # 'true' for self-hosted S3 Object Storage
redis:
isCluster: false