v0.20.1
What changed
-
Deployed containers now survive a host reboot.
rpi deploypinsrestart: unless-stoppedon the published service in its generated compose override. Before, the container inherited Docker's defaultrestart: no, so after the Pi rebooted the service stayed down (hosts returned 530) until someone randocker startby hand. A deliberaterpi stopis still respected across reboots — that's whyunless-stoppedand notalways.Scope: this covers the published
[ingress].serviceonly; other services (databases, workers) still take their restart policy from your own compose file. The new policy takes effect on your nextrpi deployafter upgrading — the override is regenerated on every deploy.
Full changelog: v0.20.0...v0.20.1