Fix: separate vault cache volume from read-only API dir
This commit is contained in:
parent
09bbc47d6c
commit
e3ad63b01f
2 changed files with 7 additions and 5 deletions
|
|
@ -7,9 +7,10 @@ services:
|
|||
- "8888:8888"
|
||||
volumes:
|
||||
- /app-config/kiro/api:/data/api:ro
|
||||
- vault-cache:/data/api/.vault-cache
|
||||
- vault-cache:/data/vault-cache
|
||||
environment:
|
||||
- API_KEY_DIR=/data/api
|
||||
- VAULT_CACHE_DIR=/data/vault-cache
|
||||
- BUTLER_TOKEN=${BUTLER_TOKEN}
|
||||
- BW_PASSWORD=${BW_PASSWORD}
|
||||
- VAULT_REFRESH_MINUTES=30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue