[Unit] Description=Mastodon Sidekiq Service Requires=postgresql.service mastodon-dfdb.service After=postgresql.service mastodon-dfdb.service [Container] ContainerName=mastodon-sidekiq Image=ghcr.io/synth-download/mastodon:nightly ContainerName=mastodon-sidekiq EnvironmentFile=/var/containers/mastodon/.env.secrets EnvironmentFile=/var/containers/mastodon/.env Exec=bundle exec sidekiq HealthCmd=ps aux | grep '[s]idekiq 7' || false Network=mastodon.network Network=postgresql.network Volume=/var/containers/mastodon/public/system:/mastodon/public/system:z [Service] Restart=always RestartSec=10s [Install] WantedBy=default.target