feat(config/update.js): add support for updating with single-compose file (#680)

This commit is contained in:
Danny Avila 2023-07-21 18:51:35 -07:00 committed by GitHub
parent 2a2e6d9991
commit e38483a8b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 74 additions and 33 deletions

View file

@ -2,10 +2,10 @@ version: "3.4"
services:
api:
container_name: LibreChat-App
container_name: LibreChat_Single
ports:
- 3080:3080 # Change it to 9000:3080 to use nginx
image: librechat # Comment this & uncomment below to build from docker hub image
image: librechat_single # Comment this & uncomment below to build from docker hub image
build: # ^------
context: ../../ # ^------
target: node # ^------v