fix: proper length for rpc secret #7
@ -5,7 +5,7 @@ DOMAIN=garage.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
COMPOSE_FILE="compose.yml"
|
||||
|
||||
SECRET_RPC_SECRET_VERSION=v1 # length=32 charset=hex
|
||||
SECRET_RPC_SECRET_VERSION=v1 # length=64 charset=hex
|
||||
|
||||
# Changing the replication factor after initial deployment is not
|
||||
# supported and requires deleting the existing cluster layout metadata.
|
||||
|
||||
@ -3,7 +3,8 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: dxflrs/garage:v2.1.0
|
||||
image: dxflrs/garage:v2.3.0
|
||||
hostname: "${DOMAIN}"
|
||||
configs:
|
||||
- source: garage_conf
|
||||
target: /etc/garage.toml
|
||||
|
||||
Reference in New Issue
Block a user