rashadphz / farfalle

🔍 AI search engine - self-host with local or cloud LLMs
https://www.farfalle.dev/
Apache License 2.0
2.64k stars 234 forks source link

Error when using docker-compose #49

Closed b3nis closed 3 months ago

b3nis commented 3 months ago

ERROR: Invalid interpolation format for "backend" option in service "services": "OLLAMA_HOST=${OLLAMA_HOST:-http://localhost:11434}" ERROR: Invalid interpolation format for "backend" option in service "services": "ENABLE_LOCAL_MODELS=${ENABLE_LOCAL_MODELS:-True}"

Getting these error when trying your docker-compose.dev.yml file.

Anything I have done wrong?

rashadphz commented 3 months ago

The docker-compose file has been updated and there is now a .env-template. I've updated the README instructions. Let me know if you are still having issues.