mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-27 02:56:33 +00:00
fix: mount betterframe-data volume on server container
secret.key, firmware signing keys, and all encrypted data require persistent storage at /var/lib/betterframe. Without this volume, every redeploy regenerates keys and breaks all encrypted fields. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d6a52df27a
commit
b739533ce1
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ services:
|
||||||
source: ${SERVER_SEC_CONFIG:-./sec-config.yaml}
|
source: ${SERVER_SEC_CONFIG:-./sec-config.yaml}
|
||||||
target: /home/bsb/sec-config.yaml
|
target: /home/bsb/sec-config.yaml
|
||||||
read_only: true
|
read_only: true
|
||||||
|
- betterframe-data:/var/lib/betterframe
|
||||||
expose:
|
expose:
|
||||||
- "18080"
|
- "18080"
|
||||||
- "18081"
|
- "18081"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue