Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user