mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02: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
|
@ -7,13 +7,10 @@ services:
|
|||
api:
|
||||
container_name: LibreChat
|
||||
ports:
|
||||
- 3080:3080
|
||||
- "${PORT}:${PORT}"
|
||||
depends_on:
|
||||
- mongodb
|
||||
image: librechat
|
||||
build:
|
||||
context: .
|
||||
target: node
|
||||
image: ghcr.io/danny-avila/librechat-dev:latest
|
||||
restart: always
|
||||
user: "${UID}:${GID}"
|
||||
extra_hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue