diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-13 15:42:42 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-13 15:42:42 -0800 |
| commit | 7ce647f27e756b8f09c0dc0c7ca687e243d91ae0 (patch) | |
| tree | a3bd0ee96d153b2c4da1c4d6bf4aa82034452712 /docker/compose/local-cluster-compose.yml | |
| parent | 4bd8a692d80801f3864cf9ce4325908529a0f6ef (diff) | |
| download | seaweedfs-7ce647f27e756b8f09c0dc0c7ca687e243d91ae0.tar.xz seaweedfs-7ce647f27e756b8f09c0dc0c7ca687e243d91ae0.zip | |
support customizable disk type
Diffstat (limited to 'docker/compose/local-cluster-compose.yml')
| -rw-r--r-- | docker/compose/local-cluster-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/compose/local-cluster-compose.yml b/docker/compose/local-cluster-compose.yml index 89a1ed0cb..82095ae18 100644 --- a/docker/compose/local-cluster-compose.yml +++ b/docker/compose/local-cluster-compose.yml @@ -24,7 +24,7 @@ services: ports: - 8080:8080 - 18080:18080 - command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8080 -ip=volume1 -publicUrl=localhost:8080' + command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8080 -ip=volume1 -publicUrl=localhost:8080 -preStopSeconds=1 -disk=ssd1' depends_on: - master0 - master1 @@ -34,7 +34,7 @@ services: ports: - 8082:8082 - 18082:18082 - command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8082 -ip=volume2 -publicUrl=localhost:8082' + command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8082 -ip=volume2 -publicUrl=localhost:8082 -preStopSeconds=1 -disk=ssd1' depends_on: - master0 - master1 @@ -44,7 +44,7 @@ services: ports: - 8083:8083 - 18083:18083 - command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8083 -ip=volume3 -publicUrl=localhost:8083' + command: 'volume -mserver="master0:9333,master1:9334,master2:9335" -port=8083 -ip=volume3 -publicUrl=localhost:8083 -preStopSeconds=1' depends_on: - master0 - master1 |
