forked from RFBomb/Twitch-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose-example.yml
28 lines (28 loc) · 1.45 KB
/
docker-compose-example.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
version: '3.5'
services:
valorant-watcher:
#build: . #For local build
#image: warframe_watcher:latest #For local build
image: rfbomb/warframe_watcher:latest
restart: always
environment:
- LoginToken=rxk38rh5qtyw95fkvm7kgfceh4mh6u #This is the login token 'Token' referred to in main docs.
- ApiAuthToken=rxk38rh5qtyw95fkvm7kgfceh4mh6u #Grab your API authorization token here: https://rfbomb.github.io/DockerWatcherAuthPage.io/ by clicking the 'Authorize' button.
#- ChannelName_1=warframe #This channel is highest priority - Overrides all other channels
#- ChannelName_2=day9tv #Second highest priority channel
#- ChannelName_3=day9tv #Third highest priority channel
- streamersUrl=https://www.twitch.tv/directory/game/Music #Stream random viewer from this page if preferred streamers are offline.
- IgnoreRandomChannels=false #Set this to TRUE if you want the app to sit idle until a preferred streamer is online.
#- UserTimeZone=America/New_York #Define TimeZone
#- userAgent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
#- scrollDelay=2000
#- scrollTimes=5
#- minWatching=6
#- maxWatching=15
#- streamerListRefres=2
#- streamerListRefreshUnit=hour
#- browserScreenshot=false
#- proxy=ip:port
#- proxyAuth=username:password
#volumes:
# - "./screenshots:/usr/src/app/screenshots"