diff --git a/twitch-channel-point-miner/compose.yml b/twitch-channel-point-miner/compose.yml new file mode 100644 index 0000000..be9a7aa --- /dev/null +++ b/twitch-channel-point-miner/compose.yml @@ -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" \ No newline at end of file