mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor makefile to deploy secondary stack in swarm
This commit is contained in:
+2
-2
@@ -34,12 +34,12 @@ services:
|
||||
- DOMAIN=${DOMAIN}
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ~/config/.env
|
||||
source: /var/data/config/.env
|
||||
target: /app/.env
|
||||
- libre-images:/app/client/public/images
|
||||
- libre-logs:/app/api/logs
|
||||
- type: bind
|
||||
source: ~/config/librechat.yaml
|
||||
source: /var/data/config/librechat.yaml
|
||||
target: /app/librechat.yaml
|
||||
networks:
|
||||
- net
|
||||
|
||||
Reference in New Issue
Block a user