mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +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:
|
# 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,6 +39,7 @@ 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
|
||||||
|
@ -47,6 +49,7 @@ services:
|
||||||
- ./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