[PR #195] [MERGED] Added support for host.docker.internal (ie: to use local chromadb ser… #3237

Closed
opened 2026-02-22 18:33:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/195
Author: @jflaflamme
Created: 8/15/2023
Status: Merged
Merged: 8/16/2023
Merged by: @timothycarambat

Base: masterHead: 127-docker-internal-support


📝 Commits (1)

  • cdabc92 Added support for host.docker.internal (ie: to use local chromadb server)

📊 Changes

2 files changed (+4 additions, -2 deletions)

View changed files

📝 docker/.env.example (+2 -2)
📝 docker/docker-compose.yml (+2 -0)

📄 Description

Added CHROMA Endpoint example
# CHROMA_ENDPOINT='http://host.docker.internal:8000'
Added in docker-compose

extra_hosts:
      - "host.docker.internal:host-gateway"

In relation to issue #127


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/195 **Author:** [@jflaflamme](https://github.com/jflaflamme) **Created:** 8/15/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `127-docker-internal-support` --- ### 📝 Commits (1) - [`cdabc92`](https://github.com/Mintplex-Labs/anything-llm/commit/cdabc9258ef9a1a83e357346ecb9016e9a1d2f3b) Added support for host.docker.internal (ie: to use local chromadb server) ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+2 -2) 📝 `docker/docker-compose.yml` (+2 -0) </details> ### 📄 Description Added CHROMA Endpoint example `# CHROMA_ENDPOINT='http://host.docker.internal:8000' ` Added in docker-compose ``` extra_hosts: - "host.docker.internal:host-gateway" ``` In relation to issue #127 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:21 -05:00
yindo closed this issue 2026-02-22 18:33:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3237