-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (35 loc) · 779 Bytes
/
render.yaml
File metadata and controls
37 lines (35 loc) · 779 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
30
31
32
33
34
35
36
37
services:
- type: web
name: agentic-brain
runtime: docker
dockerfilePath: ./Dockerfile
dockerContext: .
healthCheckPath: /health
envVars:
- key: NEO4J_URI
fromService:
type: pserv
name: neo4j
property: connectionString
- key: NEO4J_PASSWORD
generateValue: true
- key: REDIS_URL
fromService:
type: redis
name: redis
property: connectionString
- key: JWT_SECRET
generateValue: true
autoDeploy: true
- type: pserv
name: neo4j
runtime: docker
dockerCommand: neo4j
disk:
name: neo4j-data
mountPath: /var/lib/neo4j/data
sizeGB: 10
- type: redis
name: redis
ipAllowList: []
plan: starter