mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-22 10:16:13 +01:00
🐋 Feat: docker pre-built image by default (#1860)
* 🐋 Feat: docker pre-built image by default * 🐋 Feat: docker LibreChat ports from .env
This commit is contained in:
parent
128446601a
commit
4012dea4ab
4 changed files with 28 additions and 23 deletions
|
|
@ -11,13 +11,13 @@ version: '3.4'
|
|||
# WARNING: YOU CAN ONLY SPECIFY EVERY SERVICE NAME ONCE (api, mongodb, meilisearch, ...)
|
||||
# IF YOU WANT TO OVERRIDE MULTIPLE SETTINGS IN ONE SERVICE YOU WILL HAVE TO EDIT ACCORDINGLY
|
||||
|
||||
# EXAMPLE: if you want to use the config file and the latest docker image the result will be:
|
||||
# EXAMPLE: if you want to use the config file and the latest numbered release docker image the result will be:
|
||||
|
||||
# services:
|
||||
# api:
|
||||
# volumes:
|
||||
# - ./librechat.yaml:/app/librechat.yaml
|
||||
# image: ghcr.io/danny-avila/librechat-dev:latest
|
||||
# image: ghcr.io/danny-avila/librechat:latest
|
||||
|
||||
# ---------------------------------------------------
|
||||
|
||||
|
|
@ -28,6 +28,13 @@ version: '3.4'
|
|||
# volumes:
|
||||
# - ./librechat.yaml:/app/librechat.yaml
|
||||
|
||||
# # LOCAL BUILD
|
||||
# api:
|
||||
# image: librechat
|
||||
# build:
|
||||
# context: .
|
||||
# target: node
|
||||
|
||||
# # BUILD FROM LATEST IMAGE
|
||||
# api:
|
||||
# image: ghcr.io/danny-avila/librechat-dev:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue