From bbaa0ee1cfb788f061a836d6583452eb0ac9f5df Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 27 Aug 2024 07:18:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20chore:=20Remove=20client-dist=20?= =?UTF-8?q?volume=20from=20deploy-compose.yml=20(#3799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy-compose.yml b/deploy-compose.yml index 4f4ebe1b3..9c2936a97 100644 --- a/deploy-compose.yml +++ b/deploy-compose.yml @@ -30,7 +30,6 @@ services: target: /app/librechat.yaml - ./images:/app/client/public/images - ./logs:/app/api/logs - - client-dist:/app/client/dist # Share client dist files client: image: nginx:1.27.0-alpine @@ -43,7 +42,6 @@ services: restart: always volumes: - ./client/nginx.conf:/etc/nginx/conf.d/default.conf - - client-dist:/usr/share/nginx/html # Use shared client dist files mongodb: container_name: chat-mongodb # ports: # Uncomment this to access mongodb from outside docker, not safe in deployment @@ -88,4 +86,3 @@ services: volumes: pgdata2: - client-dist: # Define a named volume for client dist files