danswer-ai / danswer

Gen-AI Chat for Teams - Think ChatGPT if it had access to your team's unique knowledge.
https://docs.danswer.dev/
Other
9.79k stars 1.1k forks source link

danswer-model-server services do not survive a reboot when using docker compose #1604

Open jcerar opened 3 weeks ago

jcerar commented 3 weeks ago

I've switched from restart: on-failure to restart: unless-stopped in docker-compose.prod.yml to remedy this. I won't speculate as to why this is set up the way it is, but surely having to manually start these services after every reboot isn't "prod"-worthy?