danny-avila / LibreChat

Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development
https://librechat.ai/
MIT License
15.1k stars 2.5k forks source link

Files are being lost on container redeploys #3231

Closed javon27 closed 1 day ago

javon27 commented 2 days ago

https://github.com/danny-avila/LibreChat/blob/a87d4e0b7587ff4ebe55a8cde184bf28d0575656/deploy-compose.yml#L90

I'm not an expert on containers, but I think the reason files are lost is because we don't have a named volume that can persist between deployments? This includes avatar images and other file uploads. I'm using the Railway one-click deployment.