Skip to content

StreamPulse v1.1 – Docker Deployment Release

Choose a tag to compare

@855princekumar 855princekumar released this 09 Nov 01:11
· 43 commits to main since this release
257ab16

This release adds official Docker support for StreamPulse.

🐳 What's New:

  • Added Dockerfile (Debian Slim base)
  • Added docker-compose.yml
  • Preloaded with a public camera stream for testing
  • Persistent data volume for SQLite/config
  • Published image: devprincekumar/streampulse:1.1

Run instantly:
docker pull devprincekumar/streampulse:1.1
docker run -d -p 8000:8000 -v $(pwd)/data:/data devprincekumar/streampulse:1.1