mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore: update docker image version to 0.4.0 (#218)
* chore(docker-compose.yml): update docker-compose file to use local node-api image build instead of docker hub image build * chore(docker-compose.yml): update docker image version to 0.4.0
This commit is contained in:
parent
907f894ba7
commit
177028aafc
1 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@ 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-api # Uncomment this to build from local file
|
image: node-api # Comment this & uncomment below to build from docker hub image
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
# target: node-api
|
target: node-api
|
||||||
image: chatgptclone/app:0.3.3 # Comment this & uncomment above to build from local file
|
# image: chatgptclone/app:0.4.0 # Uncomment this & comment above to build from docker hub image
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./api/.env
|
- ./api/.env
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue