🐋 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:
Fuegovic 2024-02-22 13:20:27 -05:00 committed by GitHub
parent 128446601a
commit 4012dea4ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 23 deletions

View file

@ -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: