Refactor makefile to deploy secondary stack in swarm

This commit is contained in:
2024-06-05 13:44:54 +08:00
parent 2d30694f6e
commit d789cdcbe3
3 changed files with 36 additions and 2 deletions
+2 -2
View File
@@ -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