Image | Description | Ports | Volumes | Docker Hub |
---|
streav/management | Management UI/dashboard for platform control. | http 5000 https 5001 | - | streav/management |
streav/streaming | Core operational and clients-facing component. | http 5000 https 5001 | /streav/data for instance storage, and /streav/library for user library (Usually mapped to a local directory). | streav/streaming |
streav/api | API for 3rd party integrations. | http 5000 https 5001 | - | streav/api |
streav/cli | Command Line Interface for platform administration. | - | - | streav/cli |
Choose the tag that aligns with your specific requirements and deployment preferences.
Tag | Description |
---|
latest | The latest stable release. |
beta | The latest Beta release. |
vX | The latest stable major version release. |
vX.Y | The latest stable minor version release. |
vX.Y.Z | Stable patch version release. |