Add encryption and sync /test/ for now

This commit is contained in:
Scott Wallace 2022-04-05 19:55:22 +01:00
parent 39673539d4
commit 84c50212a0
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -7,8 +7,8 @@ if test "${LIGHTHOUSE}" == "true"; then
${BIN_DIR}/weed master -mdir=/storage/raw -peers=${SEAWEEDFS_MASTERS} &
else
${BIN_DIR}/weed volume -dir=/storage/raw -mserver=${SEAWEEDFS_MASTERS} &
${BIN_DIR}/weed filer -master=${SEAWEEDFS_MASTERS} &
${BIN_DIR}/weed filer.remote.sync -dir=/ &
${BIN_DIR}/weed filer -master=${SEAWEEDFS_MASTERS} -encryptVolumeData &
${BIN_DIR}/weed filer.remote.sync -dir=/test/ &
fi
wait