Обновить docker-compose.yml

This commit is contained in:
2026-08-03 13:30:35 +00:00
parent a73dab9eab
commit ae6fd725eb
+5 -6
View File
@@ -140,9 +140,10 @@ configs:
path: share path: share
tmp: tmp:
name: Временное name: Временное
access: all
type: s3 type: s3
flush: flush:
enabled: false enabled: true
schedule: 0 */10 * * * * schedule: 0 */10 * * * *
depth: 1w depth: 1w
s3: s3:
@@ -153,9 +154,10 @@ configs:
bucket: i-1243-1 bucket: i-1243-1
tmp2: tmp2:
name: Временное 2 name: Временное 2
access: save
type: s3 type: s3
flush: flush:
enabled: false enabled: true
schedule: 0 */20 * * * * schedule: 0 */20 * * * *
depth: 1w depth: 1w
s3: s3:
@@ -166,11 +168,8 @@ configs:
bucket: i-1243-2 bucket: i-1243-2
s3-ll: s3-ll:
name: S3 длительного хранения name: S3 длительного хранения
access: load
type: s3 type: s3
flush:
enabled: false
schedule: 0 1 0 1 * *
depth: 1w
s3: s3:
endpoint: minio.app.expertdwh.ru endpoint: minio.app.expertdwh.ru
port: 9000 port: 9000