From b2c05ae97dbe5158c2f83eb014ae52a0a7c00512 Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Fri, 14 Mar 2025 22:45:19 +0100 Subject: [PATCH] migrated twitch-channel-point-miner --- twitch-channel-point-miner/compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 twitch-channel-point-miner/compose.yml 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