mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor volume source paths in deploy-librechat.yml
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
|||||||
- DOMAINNAME=${DOMAINNAME}
|
- DOMAINNAME=${DOMAINNAME}
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./.env
|
source: ~/config/.env
|
||||||
target: /app/.env
|
target: /app/.env
|
||||||
- libre-images:/app/client/public/images
|
- libre-images:/app/client/public/images
|
||||||
- libre-logs:/app/api/logs
|
- libre-logs:/app/api/logs
|
||||||
@@ -86,5 +86,5 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- vectordb
|
- vectordb
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- ~/config/.env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user