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

Unsupported config option for services.backend : 'develop' #40

Closed Dragonflysg closed 1 month ago

Dragonflysg commented 1 month ago

when i run the docker-compose -f docker-compose.dev.yaml up -d. i get an error that says "

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'

My docker compose version is :

~/PYTHON/farfalle$ docker compose version Docker Compose version v2.24.7

im using : Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-18-amd64

Stargate256 commented 1 month ago

Try installing newer docker: https://docs.docker.com/engine/install/debian/

That fixed this for me on debian.

And then run with: docker compose -f docker-compose.dev.yaml up -d

Dragonflysg commented 1 month ago

hey thanks for the reply. i looked at it, but i have lots of docker apps running right now on this machine. the instruction says it will remove the old version before it can install a new one. so i can't do that right now . i will try on another machine then. but thanks for the quick reply. much appreciated.