nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
293 stars 213 forks source link

🐳 docker-compose #102

Closed benyafai closed 4 months ago

benyafai commented 4 months ago

I've configured FediFetcher with docker-compose and used the restart_policy directly in docker instead of running a separate cron job.

Could be useful for other people.

nanos commented 4 months ago

Nice one! Thanks!