add main server
This commit is contained in:
parent
2f3f0b7820
commit
50124a7efa
18 changed files with 405 additions and 0 deletions
15
main-docker/twitch-cpm/compose.yaml
Normal file
15
main-docker/twitch-cpm/compose.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
twitch-cpm:
|
||||
container_name: twitch-cpm
|
||||
image: rdavidoff/twitch-channel-points-miner-v2
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
- TERM=xterm-256color
|
||||
volumes:
|
||||
- /root/twitch/analytics:/usr/src/app/analytics
|
||||
- /root/twitch/cookies:/usr/src/app/cookies
|
||||
- /root/twitch/logs:/usr/src/app/logs
|
||||
- /root/twitch/run.py:/usr/src/app/run.py:ro
|
||||
ports:
|
||||
- "5000:5000"
|
Loading…
Add table
Add a link
Reference in a new issue