Releases: ubergeek77/Lemmy-Easy-Deploy
1.1.2
This should be good to go for 0.18.0 support. Tested it on my end and everything looks good.
I added a warning for ARM users. Sorry guys, but Lemmy broke support for ARM. Please go check Lemmy's issue tracker for more info.
0.18.0 is very new, so please let me know if there are any unexpected errors I didn't see during testing!
1.1.1
Very early 0.18.0 support.
Will be rewritten later once the specifics of 0.18.0 being stable are known.
1.1.0
- Set exit-on-error after Docker service checks, so the user can see the guidance messages
- Add a nice version banner :)
1.0.9
- Collect more diagnostic info for issues
cd
to./live
before running service checks, older versions of Docker Compose don't like just the-p
parameter, apparently
1.0.7
Fixed an issue where the system's Docker Compose binary was not used for the service checker, causing deploy failures.
1.0.6
Hotfix for 1.0.4, fixed the flag name for the new diagnostic function.
Also tried to make the Docker build cache happy by excluding This breaks builds, it has been reverted in 1.0.6..git
from the build context.
1.0.4
Fix #6, add health checks, add diag function
1.0.3
Finally fix building on ARM
1.0.2
- Run
pull
andbuild
against the stack before runningdown
, reduces instance downtime on redeploys - Make the hostname checker a little smarter