-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 729 Bytes
/
render.yaml
File metadata and controls
28 lines (28 loc) · 729 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
services:
- type: web
name: museheart_music
env: python
plan: free
repo: https://github.com/zRitsu/MuseHeart-MusicBot.git
buildCommand: pip3 install -r requirements.txt --no-cache-dir
startCommand: python3 main.py
envVars:
- key: TOKEN_BOT_1
sync: false
- key: TOKEN_BOT_2
sync: false
- key: TOKEN_BOT_3
sync: false
- key: DEFAULT_PREFIX
sync: false
- key: MONGO
sync: false
- key: PYTHON_VERSION
value: 3.11.7
- key: MONGO_SSL_FIX
value: true
- key: PLAYER_SESSIONS_MONGODB
value: true
- key: AUTO_DOWNLOAD_LAVALINK_SERVERLIST
value: true
autoDeploy: false # optional