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

* Add `claude-code`
* Upgrade `mise` runtimes
* Some minor generic updates

Reviewed-on: #198
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2025-03-26 16:15:48 +00:00
committed by João Paulo Dubas
parent 19dedb7697
commit 106647b7b7
3 changed files with 31 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ services:
init: true
restart: unless-stopped
hostname: local
pull_policy: never
entrypoint: sleep
command: infinity
environment:
@@ -30,8 +31,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: {}