fix(docker): updated pm2 environment variable name for CRON_SCHEDULE

This commit is contained in:
Aandree5
2025-07-13 22:51:33 +01:00
parent 5384b98164
commit bbb850e22c

View File

@@ -14,7 +14,7 @@ module.exports = {
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
} --output=public/guide.xml`
: 'npm run grab -- --channels=channels.xml --output=public/guide.xml',
cron_restart: process.env.CRON || null,
cron_restart: process.env.CRON_SCHEDULE || null,
instances: 1,
watch: false,
autorestart: false