https://github.com/streamingriver/orchestrator
Opensource IPTV docker containers orchestrator
https://github.com/streamingriver/orchestrator
docker iptv opensource orchestrator
Last synced: 5 months ago
JSON representation
Opensource IPTV docker containers orchestrator
- Host: GitHub
- URL: https://github.com/streamingriver/orchestrator
- Owner: streamingriver
- License: apache-2.0
- Created: 2021-11-29T16:05:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T13:16:12.000Z (over 4 years ago)
- Last Synced: 2024-06-19T22:07:56.055Z (almost 2 years ago)
- Topics: docker, iptv, opensource, orchestrator
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Opensource IPTV orchestrator
json to push:
```json
{
"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]"
}
```