diff --git a/.dockerignore b/.dockerignore index 0f03be58859..30910059cd2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,4 +2,5 @@ client/dist/images data-node .env -**/.env \ No newline at end of file +**/.env +librechat.yaml \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 1c5c9f951f3..873eb5c5f57 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,6 +32,7 @@ services: - ./.env.development:/app/.env.development - ./.env.production:/app/.env.production - ./images:/app/client/public/images + - ./librechat.yaml:/app/librechat.yaml mongodb: container_name: chat-mongodb image: mongo