Sign inSign up

ncareau/streamscout

By ncareau

Updated over 5 years ago

Image
0

1.5K

ncareau/streamscout repository overview

StreamScout

A website and API to get stream information

StreamScout Example

Requirements

  • Node with Yarn
  • Python 3.7

Configuration and running

Docker
docker run -d --name streamscout \
    -p 80:80 \
    ncareau/streamscout

With a different port and API_URL

docker run -d --name streamscout \
    -p 8000:80 \
    -e VUE_APP_API_URL=http://localhost:8000
    ncareau/streamscout

Tag summary

Content type

Image

Digest

Size

610.3 MB

Last updated

over 5 years ago

docker pull ncareau/streamscout