We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62881fe commit bbaa0eeCopy full SHA for bbaa0ee
deploy-compose.yml
@@ -30,7 +30,6 @@ services:
30
target: /app/librechat.yaml
31
- ./images:/app/client/public/images
32
- ./logs:/app/api/logs
33
- - client-dist:/app/client/dist # Share client dist files
34
35
client:
36
image: nginx:1.27.0-alpine
@@ -43,7 +42,6 @@ services:
43
42
restart: always
44
volumes:
45
- ./client/nginx.conf:/etc/nginx/conf.d/default.conf
46
- - client-dist:/usr/share/nginx/html # Use shared client dist files
47
mongodb:
48
container_name: chat-mongodb
49
# ports: # Uncomment this to access mongodb from outside docker, not safe in deployment
@@ -88,4 +86,3 @@ services:
88
86
89
87
90
pgdata2:
91
- client-dist: # Define a named volume for client dist files
0 commit comments