chore(docker): add volume for supermaven configuration
This commit is contained in:
parent
902d0c9406
commit
71cbbd2b2b
@ -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: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user