You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
403 B
18 lines
403 B
services:
|
|
- type: web
|
|
name: mirosociety
|
|
runtime: docker
|
|
dockerfilePath: ./Dockerfile
|
|
plan: starter
|
|
envVars:
|
|
- key: LLM_API_KEY
|
|
sync: false
|
|
- key: LLM_BASE_URL
|
|
value: https://api.openai.com/v1
|
|
- key: LLM_MODEL
|
|
value: gpt-4o-mini
|
|
disk:
|
|
name: mirosociety-data
|
|
mountPath: /app/data
|
|
sizeGB: 1
|
|
healthCheckPath: /health
|
|
|