-
Notifications
You must be signed in to change notification settings - Fork 235
/
docker-compose.yml
34 lines (33 loc) · 1.36 KB
/
docker-compose.yml
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
version: "3.7"
services:
gamedaybot:
build:
context: .
restart: always
environment:
#Bot ID from the GroupMe developers page (REQUIRED IF USING GROUPME)
BOT_ID: "1"
#Webhook URL from the Slack App page (REQUIRED IF USING SLACK)
SLACK_WEBHOOK_URL: "1"
#This is your Webhook URL from the Discord Settings page (REQUIRED IF USING DISCORD)
DISCORD_WEBHOOK_URL: "1"
#ESPN league id (REQUIRED)
LEAGUE_ID:
# #When the bot will start paying attention and sending messages to your chat.
# START_DATE:
# #When the bot will stop paying attention and stop sending messages to your chat.
# END_DATE:
# #ESPN League year
# LEAGUE_YEAR:
# #The timezone that the messages will look to send in. (America/New_York by default)
# TIMEZONE:
# #The message that the bot will say when it is started (can be blank for no message)
# INIT_MSG:
# #If set to True, when standings are posted on Wednesday it will also include top half scoring wins
# TOP_HALF_SCORING:
# #If set to True, when matchups are posted on Tuesday it will also include a random phrase
# RANDOM_PHRASE:
# #Used for private leagues. See Private Leagues Section for documentation
# ESPN_S2:
# #Used for private leagues. See Private Leagues Section for documentation
# SWID: