mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 10:38:50 +01:00
feat(config/update.js): add support for updating with single-compose file (#680)
This commit is contained in:
parent
2a2e6d9991
commit
e38483a8b9
3 changed files with 74 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue