Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage (#5403)

This commit is contained in:
Nikita Borzykh
2024-03-24 18:36:21 +03:00
committed by GitHub
parent dc9568fc0d
commit 1f3742850d
4 changed files with 58 additions and 23 deletions

View File

@@ -30,6 +30,7 @@ services:
environment:
WEED_LEVELDB2_ENABLED: 'false'
WEED_ETCD_ENABLED: 'true'
WEED_ETCD_KEY_PREFIX: 'seaweedfs.'
WEED_ETCD_SERVERS: "http://etcd:2379"
volumes:
- ./s3.json:/etc/seaweedfs/s3.json