15 lines
430 B
YAML
15 lines
430 B
YAML
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"
|