forked from zRitsu/MuseHeart-MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathrender.yaml
32 lines (32 loc) · 842 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
services:
- type: web
name: museheart_music
env: python
plan: free
repo: https://github.com/SeasonPhan/MuseHeart-MusicBot-EN.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: SPOTIFY_CLIENT_ID
sync: false
- key: SPOTIFY_CLIENT_SECRET
sync: false
- key: MONGO
sync: false
- key: PYTHON_VERSION
value: 3.11.7
- key: AUTO_DOWNLOAD_LAVALINK_SERVERLIST
value: true
- key: MONGO_SSL_FIX
value: true
- key: PLAYER_SESSIONS_MONGODB
value: true
autoDeploy: false # optional