chore(docker): add volume for supermaven configuration

This commit is contained in:
João Paulo Dubas 2025-05-28 18:46:20 +00:00
parent 902d0c9406
commit 71cbbd2b2b
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -32,6 +32,7 @@ services:
- 'home_local_share:/home/coder/.local/share'
- 'home_local_state:/home/coder/.local/state'
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
- 'home_supermaven:/home/coder/.supermaven'
chroma:
image: 'ghcr.io/chroma-core/chroma:1.0.10'
@ -51,4 +52,5 @@ volumes:
home_local_share: {}
home_local_state: {}
home_plugins_tmux: {}
home_supermaven: {}
chroma_data: {}