fix: Exit docker container on any process exit #462

Merged
davidfrickert merged 2 commits from fix/docker-exit-on-error into main 2024-01-30 13:47:43 +00:00
2 Commits
Author SHA1 Message Date
davidfrickert ebb724fef3 fix: Allow supervisord to exit if act_runner or docker processes error
- This fixes the issue where act_runner daemon command fails, for example due to gitea instance being unavailable but supervisord process still stays running so you essentially have a zombie container.
- With this fix, supervisord will exit if it detects any unexpected process exits - making so that the container will restart cleanly and not go into zombie mode.
#460
2024-01-11 19:57:23 +01:00
davidfrickert ae142aed2b minor user-facing text fix 2024-01-11 19:53:53 +01:00