Update docker-compose.yml

This commit is contained in:
2025-10-26 22:41:45 -04:00
parent 2d64ff6b06
commit a6045eff62

View File

@@ -21,9 +21,12 @@ services:
- RAG_PORT=${RAG_PORT:-8000} - RAG_PORT=${RAG_PORT:-8000}
- RAG_API_URL=http://rag_api:${RAG_PORT:-8000} - RAG_API_URL=http://rag_api:${RAG_PORT:-8000}
volumes: volumes:
- ./images:/app/client/public/images - type: bind
- ./uploads:/app/uploads source: ./.env
- ./logs:/app/logs target: /app/.env
- /mnt/main/containers/librechat/images:/app/client/public/images
- /mnt/main/containers/librechat/uploads:/app/uploads
- /mnt/main/containers/librechat/logs:/app/logs
mongodb: mongodb:
container_name: chat-mongodb container_name: chat-mongodb
image: mongo image: mongo