File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -172,31 +172,6 @@ Key environment variables for self-hosted deployments. See [`.env.example`](apps
172172| ` API_ENCRYPTION_KEY ` | Yes | Encrypts API keys (` openssl rand -hex 32 ` ) |
173173| ` COPILOT_API_KEY ` | No | API key from sim.ai for Copilot features |
174174
175- ## Troubleshooting
176-
177- ### Ollama models not showing in dropdown (Docker)
178-
179- If you're running Ollama on your host machine and Sim in Docker, change ` OLLAMA_URL ` from ` localhost ` to ` host.docker.internal ` :
180-
181- ``` bash
182- OLLAMA_URL=http://host.docker.internal:11434 docker compose -f docker-compose.prod.yml up -d
183- ```
184-
185- See [ Using an External Ollama Instance] ( #using-an-external-ollama-instance ) for details.
186-
187- ### Database connection issues
188-
189- Ensure PostgreSQL has the pgvector extension installed. When using Docker, wait for the database to be healthy before running migrations.
190-
191- ### Port conflicts
192-
193- If ports 3000, 3002, or 5432 are in use, configure alternatives:
194-
195- ``` bash
196- # Custom ports
197- NEXT_PUBLIC_APP_URL=http://localhost:3100 POSTGRES_PORT=5433 docker compose up -d
198- ```
199-
200175## Tech Stack
201176
202177- ** Framework** : [ Next.js] ( https://nextjs.org/ ) (App Router)
You can’t perform that action at this time.
0 commit comments