[] feat: runs every night at 1am
Some checks failed
Update EPG (m3u4u) / update-files (push) Failing after 19s
Update EPG / update-files (push) Failing after 34s

This commit is contained in:
2025-02-17 15:54:05 -06:00
parent da895e3190
commit 9f108a78c0
10 changed files with 201871 additions and 203640 deletions

13
deploy.compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
app:
image: code.caldwell.digital/tools/moveonjoy-m3u:latest
command: python3 /app/epg-grabber/getEpgs.py
deploy:
mode: replicated
replicas: 0
labels:
- "swarm.cronjob.enable=true"
- "swarm.cronjob.schedule=0 1 * * *"
- "swarm.cronjob.skip-running=false"
restart_policy:
condition: none