mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
build(docker-compose.yml): change the image name to librechat (#530)
fix(docker-compose.yml): add target node to build command
This commit is contained in:
parent
f1f33de4db
commit
4f47da8f0d
1 changed files with 4 additions and 4 deletions
|
|
@ -19,10 +19,10 @@ services:
|
||||||
- 3080:3080 # Change it to 9000:3080 to use nginx
|
- 3080:3080 # Change it to 9000:3080 to use nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
image: node # Comment this & uncomment below to build from docker hub image
|
image: librechat # Comment this & uncomment below to build from docker hub image
|
||||||
build:
|
build: # ^------
|
||||||
context: .
|
context: . # ^------
|
||||||
target: node
|
target: node # ^------v
|
||||||
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
|
# image: chatgptclone/app:latest # Uncomment this & comment above to build from docker hub image
|
||||||
restart: always
|
restart: always
|
||||||
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
|
extra_hosts: # if you are running APIs on docker you need access to, you will need to uncomment this line and next
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue