mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
1d3d792e12
* feat: . * feat: delete old data folder * fix: rename zipline-db service to zipline_postgres in compose.yaml * fix: add zipline compose to include list * fix: add redis service for stremthru * docs: add instructions in .env files * feat: remove docker folder and place apps and data folder in root dir * fix: add empty tokens.json file for plex_authentication * fix: add aiostremio template config * docs: update README with Authelia authentication and clarify setup instructions * fix: update stremthru_redis volume path and profile name in compose.yaml
29 lines
759 B
JSON
29 lines
759 B
JSON
{
|
|
"debrid_service": "torbox",
|
|
"addon_config": {
|
|
"torrentio": {
|
|
"debrid_service": "",
|
|
"debrid_api_key": ""
|
|
},
|
|
"comet": {
|
|
"base_url": "https://comet.elfhosted.com",
|
|
"debrid_service": "",
|
|
"debrid_api_key": ""
|
|
},
|
|
"debridio": {
|
|
"debrid_service": "easydebrid",
|
|
"debrid_api_key": ""
|
|
},
|
|
"peerflix": {
|
|
"debrid_service": "",
|
|
"debrid_api_key": ""
|
|
}
|
|
},
|
|
"addon_url": "https://aiostremio.yourdomain.com",
|
|
"mediaflow_url": "http://mediaflow-proxy:8888",
|
|
"external_mediaflow_url": "https://mediaflow.your-domain.com",
|
|
"mediaflow_enabled": true,
|
|
"cache_ttl_seconds": 604800,
|
|
"buffer_size_mb": 256,
|
|
"chunk_size_mb": 4
|
|
} |