migrated twitch-channel-point-miner
This commit is contained in:
parent
968b368aff
commit
b2c05ae97d
1 changed files with 14 additions and 0 deletions
14
twitch-channel-point-miner/compose.yml
Normal file
14
twitch-channel-point-miner/compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
services:
|
||||||
|
miner:
|
||||||
|
image: rdavidoff/twitch-channel-points-miner-v2
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
environment:
|
||||||
|
- TERM=xterm-256color
|
||||||
|
volumes:
|
||||||
|
- ./analytics:/usr/src/app/analytics
|
||||||
|
- ./cookies:/usr/src/app/cookies
|
||||||
|
- ./logs:/usr/src/app/logs
|
||||||
|
- ./run.py:/usr/src/app/run.py:ro
|
||||||
|
ports:
|
||||||
|
- "55055:5000"
|
Loading…
Add table
Reference in a new issue