mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
add render YAML
This commit is contained in:
parent
0eb2fe7248
commit
07d3de90fe
27
render.yml
Normal file
27
render.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Will create a Standard AnythingLLM docker container
|
||||
# with a 10GB storage disk mounted to /storage
|
||||
# See Standard compute tier pricing costs: https://render.com/pricing
|
||||
# Standard tier will give the best performance, anything lower do not
|
||||
# expect fast chats, embeddings, or other functionality.
|
||||
|
||||
services:
|
||||
- type: web
|
||||
name: anythingllm
|
||||
runtime: docker
|
||||
repo: https://github.com/Mintplex-Labs/anything-llm # optional
|
||||
region: oregon # optional (defaults to oregon)
|
||||
plan: standard # optional (defaults to starter instance type)
|
||||
branch: render # optional (defaults to master)
|
||||
numInstances: 1 # optional (defaults to 1)
|
||||
dockerfilePath: './docker/render.Dockerfile'
|
||||
healthCheckPath: /api/ping
|
||||
autoDeploy: false
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 3001
|
||||
- key: STORAGE_DIR
|
||||
value: '/storage'
|
||||
disk:
|
||||
name: AnythingLLM Storage
|
||||
mountPath: /storage
|
||||
sizeGB: 10
|
Loading…
Reference in New Issue
Block a user