Skip to content

Commit bbaa0ee

Browse files
authored
🚚 chore: Remove client-dist volume from deploy-compose.yml (danny-avila#3799)
1 parent 62881fe commit bbaa0ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deploy-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ services:
3030
target: /app/librechat.yaml
3131
- ./images:/app/client/public/images
3232
- ./logs:/app/api/logs
33-
- client-dist:/app/client/dist # Share client dist files
3433

3534
client:
3635
image: nginx:1.27.0-alpine
@@ -43,7 +42,6 @@ services:
4342
restart: always
4443
volumes:
4544
- ./client/nginx.conf:/etc/nginx/conf.d/default.conf
46-
- client-dist:/usr/share/nginx/html # Use shared client dist files
4745
mongodb:
4846
container_name: chat-mongodb
4947
# ports: # Uncomment this to access mongodb from outside docker, not safe in deployment
@@ -88,4 +86,3 @@ services:
8886

8987
volumes:
9088
pgdata2:
91-
client-dist: # Define a named volume for client dist files

0 commit comments

Comments
 (0)