Skip to content

joshwapohlmann/streamaserver-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streama Docker

A docker image for simply running streamaserver (https://github.com/streamaserver/streama)

Usage

  1. Clone repository
  2. Build the image with $ docker build -t streamaserver
  3. Run the image with $ docker run streamaserver.
  4. 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.

Persistent database

If you want your database to be persistent. Attach a volume at /db.

Future enhancements

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.

About

A docker image for simply running streamaserver (https://github.com/streamaserver/streama)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published