A docker image for simply running streamaserver (https://github.com/streamaserver/streama)
- Clone repository
- Build the image with
$ docker build -t streamaserver
- Run the image with
$ docker run streamaserver
. - Access streama at http://localhost:8080 (or whatever your servers IP is).
NOTE: If you wish to make your instance externally evailable, consider using a reverse proxy and deploy the service with docker stack or docker compose.
If you want your database to be persistent. Attach a volume at /db
.
Open an issue if you have questions or wish for more features, since I will not put more effort into this repository without any demand.