mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
commit
8f462e074c
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ services:
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - api
|
# - api
|
||||||
api:
|
api:
|
||||||
|
container_name: chat-clone
|
||||||
ports:
|
ports:
|
||||||
- 3080:3080 # Change it to 9000:3080 to use nginx
|
- 3080:3080 # Change it to 9000:3080 to use nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -38,15 +39,16 @@ services:
|
||||||
- ./api:/api
|
- ./api:/api
|
||||||
- /api/node_modules
|
- /api/node_modules
|
||||||
mongodb:
|
mongodb:
|
||||||
|
container_name: chat-mongodb
|
||||||
ports:
|
ports:
|
||||||
- 27018:27017
|
- 27018:27017
|
||||||
image: mongo
|
image: mongo
|
||||||
restart: always
|
restart: always
|
||||||
container_name: mongodb
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data-node:/data/db
|
- ./data-node:/data/db
|
||||||
command: mongod --noauth
|
command: mongod --noauth
|
||||||
meilisearch:
|
meilisearch:
|
||||||
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.0
|
image: getmeili/meilisearch:v1.0
|
||||||
ports:
|
ports:
|
||||||
- 7700:7700
|
- 7700:7700
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue