Skip to content

streamingriver/orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opensource IPTV orchestrator

json to push:

{
 "name": "test",
 "image": "alpine:latest",
 "ports": {
  "127.0.0.1:8080": "8080/udp"
 },
 "volumes": {
  "volume0-name": "/data"
 },
 "binds": {
  "/mnt/disk1": "/mnt"
 },
 "env": [
  "HELLO=WORLD"
 ],
 "cmd": [
  "echo",
  "hello from other side"
 ],
 "auth": {
  "username": "user",
  "password": "password"
 },
 "ServiceConfig": "[base64encoded_data]"
}

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages