mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
Add container name
This commit is contained in:
parent
e02e6152ed
commit
d839ea324a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ services:
|
|||
# depends_on:
|
||||
# - api
|
||||
api:
|
||||
container_name: chat-clone
|
||||
ports:
|
||||
- 3080:3080 # Change it to 9000:3080 to use nginx
|
||||
depends_on:
|
||||
|
@ -38,6 +39,7 @@ services:
|
|||
- ./api:/api
|
||||
- /api/node_modules
|
||||
mongodb:
|
||||
container_name: chat-mongodb
|
||||
ports:
|
||||
- 27018:27017
|
||||
image: mongo
|
||||
|
@ -47,6 +49,7 @@ services:
|
|||
- ./data-node:/data/db
|
||||
command: mongod --noauth
|
||||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.0
|
||||
ports:
|
||||
- 7700:7700
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue