Skip to content

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:39

What changed

  • Deployed containers now survive a host reboot. rpi deploy pins restart: unless-stopped on the published service in its generated compose override. Before, the container inherited Docker's default restart: no, so after the Pi rebooted the service stayed down (hosts returned 530) until someone ran docker start by hand. A deliberate rpi stop is still respected across reboots — that's why unless-stopped and not always.

    Scope: this covers the published [ingress].service only; other services (databases, workers) still take their restart policy from your own compose file. The new policy takes effect on your next rpi deploy after upgrading — the override is regenerated on every deploy.

Full changelog: v0.20.0...v0.20.1