forked from MIR/garage
22 lines
608 B
Plaintext
22 lines
608 B
Plaintext
TYPE=garage
|
|
|
|
DOMAIN=garage.example.com
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
SECRET_RPC_SECRET_VERSION=v1
|
|
|
|
# Changing the replication factor after initial deployment is not
|
|
# supported and requires deleting the existing cluster layout metadata.
|
|
REPLICATION_FACTOR=2
|
|
|
|
CONSISTENCY_MODE=consistent
|
|
METADATA_FSYNC=false
|
|
DATA_FSYNC=false
|
|
DISABLE_SCRUB=false
|
|
BLOCK_SIZE=1MiB # only increase if there is a fast network connection between nodes
|
|
|
|
# Use a directory on the host instead of a docker volume for storage
|
|
#LOCAL_FOLDER_META=/path/on/docker/host
|
|
#LOCAL_FOLDER_DATA=/path/on/docker/host |