Обновить docker-compose.yml
This commit is contained in:
+5
-6
@@ -140,9 +140,10 @@ configs:
|
||||
path: share
|
||||
tmp:
|
||||
name: Временное
|
||||
access: all
|
||||
type: s3
|
||||
flush:
|
||||
enabled: false
|
||||
enabled: true
|
||||
schedule: 0 */10 * * * *
|
||||
depth: 1w
|
||||
s3:
|
||||
@@ -153,9 +154,10 @@ configs:
|
||||
bucket: i-1243-1
|
||||
tmp2:
|
||||
name: Временное 2
|
||||
access: save
|
||||
type: s3
|
||||
flush:
|
||||
enabled: false
|
||||
enabled: true
|
||||
schedule: 0 */20 * * * *
|
||||
depth: 1w
|
||||
s3:
|
||||
@@ -166,11 +168,8 @@ configs:
|
||||
bucket: i-1243-2
|
||||
s3-ll:
|
||||
name: S3 длительного хранения
|
||||
access: load
|
||||
type: s3
|
||||
flush:
|
||||
enabled: false
|
||||
schedule: 0 1 0 1 * *
|
||||
depth: 1w
|
||||
s3:
|
||||
endpoint: minio.app.expertdwh.ru
|
||||
port: 9000
|
||||
|
||||
Reference in New Issue
Block a user