feat: add claude-code and more ai stuff #198

Merged
joao.dubas merged 13 commits from jpd-add-claude-code-add-some-more-ai-stuff into main 2025-03-26 16:15:51 +00:00
Showing only changes of commit d2432c7034 - Show all commits

View File

@ -30,8 +30,22 @@ services:
- 'home_local_state:/home/coder/.local/state'
- 'home_plugins_tmux:/home/coder/.config/tmux/plugins'
chroma:
image: 'ghcr.io/chroma-core/chroma:0.6.3'
init: true
restart: unless-stopped
hostname: chroma
environment:
IS_PERSISTENT: 'true'
PERSISTENT_DIRECTORY: /data
volumes:
- 'chroma_data:/data'
ports:
- '${IDE_CHROMA_PORT:-8000}'
volumes:
home_cache: {}
home_local_share: {}
home_local_state: {}
home_plugins_tmux: {}
chroma_data: {}