update readme + config
All checks were successful
Build docker container / build (push) Successful in 25m21s
All checks were successful
Build docker container / build (push) Successful in 25m21s
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
process.env.CLANG ? `--lang=${process.env.CLANG}` : ''
|
||||
} --output=public/guide.xml`
|
||||
: `npm run grab -- --gzip --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
|
||||
|
Reference in New Issue
Block a user