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