rashadphz / farfalle

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

Does not run with docker compose #60

Closed JayCroghan closed 6 days ago

JayCroghan commented 1 week ago
~/farfalle$ sudo docker-compose -f docker-compose.dev.yaml up -d
WARNING: The SERPER_API_KEY variable is not set. Defaulting to a blank string.
WARNING: The CUSTOM_MODEL variable is not set. Defaulting to a blank string.
WARNING: The REDIS_URL variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.dev.yaml' is invalid because:
Unsupported config option for services.backend: 'develop'
Unsupported config option for services.frontend: 'develop'
rashadphz commented 6 days ago

You need to update your Docker Compose to version 2.22.0 or later.