-
-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathrender.yaml
More file actions
40 lines (39 loc) · 899 Bytes
/
render.yaml
File metadata and controls
40 lines (39 loc) · 899 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
38
39
40
services:
# Main bot service
- type: web
name: alita-robot
runtime: docker
dockerfilePath: ./docker/alpine
dockerContext: .
healthCheckPath: /health
autoDeploy: false
envVars:
- key: BOT_TOKEN
sync: false
- key: OWNER_ID
sync: false
- key: MESSAGE_DUMP
sync: false
- key: DATABASE_URL
fromDatabase:
name: alita-db
property: connectionString
- key: REDIS_ADDRESS
fromService:
type: redis
name: alita-redis
property: hostport
- key: AUTO_MIGRATE
value: "true"
- key: HTTP_PORT
value: "10000"
# Redis service
- type: redis
name: alita-redis
plan: free
maxmemoryPolicy: noeviction
ipAllowList: [] # Allow all internal services
databases:
- name: alita-db
plan: free
databaseName: alita_robot