-
Notifications
You must be signed in to change notification settings - Fork 79
/
render.yaml
40 lines (40 loc) · 1.03 KB
/
render.yaml
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:
# A Docker web service
- type: web
name: FilterBot
env: python
startCommand: python3 main.py
buildCommand: pip3 install -U -r requirements.txt
repo: https://github.com/Learningbots79/BestFilterbot # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: Professor-99 # optional (defaults to master)
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /
envVars:
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: BOT_TOKEN
sync: false
- key: ADMINS
sync: false
- key: DATABASE_URI
sync: false
- key: DATABASE_NAME
sync: false
- key: BOT_PICS
sync: false
- key: UPDATE_CHANNEL
sync: false
- key: SUPPORT_CHAT
sync: false
- key: START_TXT
sync: false
- key: AUTO_DELETE
sync: false
- key: AUTO_DELETE_SECOND
sync: false
- key: WEBHOOK
sync: false