A Python-based application for task scheduling, configuration management, and Telegram notifications, packaged as a Docker image.
docker_image="template_python_on_docker"
image_tag="latest"
bash_type="SH"
restart_policy="UNLESS_STOPPED"
setup="python main.py --setup"docker_image: Name of the Docker image to be used.image_tag: Tag for the Docker image (e.g., "latest").bash_type: Type of shell to be used (SHorBASH).restart_policy: Docker container restart policy (UNLESS_STOPPED,ALWAYS, etc.).setup: The command to set up the application inside the container.
{
"title": "template_python_on_docker",
"log_file_name": "template_python_on_docker",
"interval": 0,
"schedule": "14:28",
"schedule_misfire_grace_time": 300,
"notification": "y",
"telegram": "TESTING"
}title: The title of the application.log_file_name: The name of the log file.interval: Interval in minutes for tasks.schedule: Scheduled time (HH:MM format).schedule_misfire_grace_time: Grace time for missed schedules (seconds).notification: Enable notifications (y/n).telegram: Telegram chatroom identifier.