David Claeys 9e03229e27
Some checks failed
Build docker container / build (push) Has been cancelled
fix github image name
2024-08-01 11:43:49 +02:00
2024-08-01 11:03:12 +02:00
2024-08-01 11:43:49 +02:00
2024-07-10 11:30:41 +02:00
2024-07-10 11:32:43 +02:00
2024-07-10 11:30:41 +02:00
2024-07-10 11:30:41 +02:00

epg-info-docker

This repo builds and Docker image of iptv-org/epg. The purpose is to make the deployment easier and more suitable for different environments.

Dependencies

Node
pm2
serve

Docker image

Paths

An example channels.xml is included by default in the image.
However if you want to configure your own channels you need to provide your own configuration file.
You can do this by creating a mapping in the /config folder.

Environment Variables

Variable Description Default
CRON_SCHEDULE CRON expression describing the recurrence for epg retrieval. 0 0,12 * * *
DAYS Describes the desired amount of days in the future for for epg retrieval. 14
MAX_CONNECTIONS The maximum amount of parallel connections that can be established 10
Description
Docker container image for https://github.com/iptv-org/epg
Readme MIT 228 KiB
Languages
JavaScript 85.5%
Dockerfile 9.8%
Shell 4.7%