diff --git a/docker/strfry/crontab b/docker/strfry/crontab index 2c38b4c7..6e7fef56 100644 --- a/docker/strfry/crontab +++ b/docker/strfry/crontab @@ -21,4 +21,4 @@ # For more information see the manual pages of crontab(5) and cron(8) # # m h dom mon dow command -*/1 * * * * /app/strfry --config /app/strfry.conf sync wss://nostr.satstralia.com --dir both >> /var/log/cron.log 2>&1 +*/1 * * * * /app/strfry --config /app/strfry.conf sync wss://nostr.satstralia.com --filter '{"kinds":[38383]}' --dir both >> /var/log/cron.log 2>&1 diff --git a/docker/strfry/entrypoint.sh b/docker/strfry/entrypoint.sh index 724e755d..b949e23d 100755 --- a/docker/strfry/entrypoint.sh +++ b/docker/strfry/entrypoint.sh @@ -2,4 +2,4 @@ crontab /app/crontab -crond -f -l 8 & /app/strfry.sh \ No newline at end of file +crond -f -l 8 & /app/strfry.sh