mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🚚 chore: Remove client-dist volume from deploy-compose.yml (#3799)
This commit is contained in:
parent
62881fee54
commit
bbaa0ee1cf
1 changed files with 0 additions and 3 deletions
|
@ -30,7 +30,6 @@ services:
|
||||||
target: /app/librechat.yaml
|
target: /app/librechat.yaml
|
||||||
- ./images:/app/client/public/images
|
- ./images:/app/client/public/images
|
||||||
- ./logs:/app/api/logs
|
- ./logs:/app/api/logs
|
||||||
- client-dist:/app/client/dist # Share client dist files
|
|
||||||
|
|
||||||
client:
|
client:
|
||||||
image: nginx:1.27.0-alpine
|
image: nginx:1.27.0-alpine
|
||||||
|
@ -43,7 +42,6 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./client/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./client/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
- client-dist:/usr/share/nginx/html # Use shared client dist files
|
|
||||||
mongodb:
|
mongodb:
|
||||||
container_name: chat-mongodb
|
container_name: chat-mongodb
|
||||||
# ports: # Uncomment this to access mongodb from outside docker, not safe in deployment
|
# ports: # Uncomment this to access mongodb from outside docker, not safe in deployment
|
||||||
|
@ -88,4 +86,3 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata2:
|
pgdata2:
|
||||||
client-dist: # Define a named volume for client dist files
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue