forem / selfhost

Selfhost your Forem Community on your own infrastructure 🎉
https://www.forem.com/get-started/
GNU Affero General Public License v3.0
1.44k stars 172 forks source link

Add retry logic to forem-container service #32

Closed andygeorge closed 3 years ago

andygeorge commented 3 years ago

This backports a fix for an issue seen in Forem Cloud, where forem-container.service would run too quickly on initial boot, and be unable to pull the app container image down (but the service wouldn't fail, due to the exit 0 in the affected if block inside foremimg).