forked from Noobcoder-xD/auto-filter-movies-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
35 lines (34 loc) · 810 Bytes
/
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
services:
- type: web
name: Moviesss Bot
runtime: python
branch: master
startCommand: python3 bot.py
buildCommand: pip3 install -U -r requirements.txt
region: singapore
envVars:
- key: PYTHON_VERSION
value: 3.10.8
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: ADMINS
sync: false
- key: BOT_TOKEN
sync: false
- key: BOT_USERNAME
sync: false
- key: COLLECTION_NAME
value: Telegram_files
- key: DATABASE_NAME
sync: false
- key: DATABASE_URI
sync: false
- key: FILE_STORE_CHANNEL
sync: false
- key: LOG_CHANNEL
sync: false
- key: PICS
sync: false
plan: free