-
Notifications
You must be signed in to change notification settings - Fork 355
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
36 lines (30 loc) · 886 Bytes
/
Copy pathdocker-compose.yml
File metadata and controls
36 lines (30 loc) · 886 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
version: "3.10"
services:
worker:
build: .
environment:
# Core bot configuration
BOT_TOKEN: $BOT_TOKEN
MUSIC_BOT_NAME: $MUSIC_BOT_NAME
OWNER_ID: $OWNER_ID
SUDO_USERS: $SUDO_USERS
# Database and session
MONGO_DB_URI: $MONGO_DB_URI
STRING_SESSION: $STRING_SESSION
# API credentials
API_ID: $API_ID
API_HASH: $API_HASH
# Heroku deployment (optional)
HEROKU_API_KEY: $HEROKU_API_KEY
HEROKU_APP_NAME: $HEROKU_APP_NAME
# Logging and support
LOG_GROUP_ID: $LOG_GROUP_ID
SUPPORT_GROUP: $SUPPORT_GROUP
SUPPORT_CHANNEL: $SUPPORT_CHANNEL
# Miscellaneous
AUTO_LEAVING_ASSISTANT: $AUTO_LEAVING_ASSISTANT
START_IMG_URL: $START_IMG_URL
UPSTREAM_REPO: $UPSTREAM_REPO
UPSTREAM_BRANCH: $UPSTREAM_BRANCH
# Cookies config
COOKIES: $COOKIES