Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1ebc2c2eca
|
|||
|
aded3647a9
|
|||
|
24c457a5d4
|
|||
| 22e218107e |
@ -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