LiveStreamDVR
An automatic Twitch recorder capable of capturing live streams, chat messages and stream metadata.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.8"
services:
web:
image: mrbrax/twitchautomator:master
ports:
- "8082:8080"
volumes:
- ./data:/usr/local/share/twitchautomator/data
environment:
- NODE_ENV=production
- TCD_ENABLE_FILES_API=0
- TCD_EXPOSE_LOGS_TO_PUBLIC=0
- TCD_MIGRATE_OLD_VOD_JSON=0
restart: unless-stoppedResources
GitHub: https://github.com/MrBrax/LiveStreamDVR
Docker Hub: https://hub.docker.com/r/mrbrax/twitchautomator
Configuration: https://github.com/MrBrax/LiveStreamDVR#docker-setup