This commit is contained in:
2026-04-23 04:59:24 +02:00
parent 9815678d09
commit 61c6e950cf
2 changed files with 3 additions and 10 deletions

2
.gitignore vendored
View File

@@ -144,3 +144,5 @@ vite.config.ts.timestamp-*
token.json token.json
.env
.env

View File

@@ -4,15 +4,6 @@ services:
twitch-eventsub: twitch-eventsub:
image: node:24-alpine image: node:24-alpine
working_dir: /app working_dir: /app
environment:
CLIENT_ID: 1d55t6jkkl2l0triq2irmog3lo3ver
APP_ACCESS_TOKEN: dugtl9h8jh9f89txj0qoagtv93u2wj
BROADCASTER_ID: "86025329"
REWARD_HYDRATE_ID: "abc123"
REWARD_SOUND_ID: "def456"
volumes: volumes:
- .:/app - .:/app
- /app/node_modules - /app/node_modules