feat(chromadb): expose chromadb on port 18000

This commit is contained in:
2025-05-07 11:36:53 +00:00
parent 42426d8fd4
commit f48d2d35a1

View File

@@ -44,7 +44,7 @@ services:
volumes:
- 'chroma_data:/data'
ports:
- '${IDE_CHROMA_PORT:-8000}'
- '${IDE_CHROMA_PORT:-18000:8000}'
volumes:
home_cache: {}