fix(mastodon): sidekiq container depending on web #352
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-mastodon-sidekiq-dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The web container is being used to provide the namespace, thus the sidekiq container has a dependency on the web container.
This fixes restarting of mastodon services after updates / config changes.