forked from semantica-agi/semantica
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (28 loc) · 747 Bytes
/
Copy pathrender.yaml
File metadata and controls
29 lines (28 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
services:
- type: web
name: semantica-knowledge-explorer
runtime: docker
plan: starter
region: oregon
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /api/health
envVars:
- key: ALLOWED_ORIGINS
value: https://semantica-knowledge-explorer.onrender.com
- key: FALKORDB_HOST
fromService:
type: keyvalue
name: semantica-explorer-redis
property: host
- key: FALKORDB_PORT
fromService:
type: keyvalue
name: semantica-explorer-redis
property: port
- type: keyvalue
name: semantica-explorer-redis
plan: starter
ipAllowList: []
maxmemoryPolicy: noeviction
persistenceMode: snapshot