Skip to content

Use supervisord in Docker image

Duggan, John requested to merge 26-use-supervisord-on-launch into main

Summary of Changes

This switches the Docker image to use supervisord. The resulting command to run this image on Calvera would look like:

#if $config:
    export CONFIG=$config &&
#end if
supervisord > >(tee -a $output) 2> >(tee -a $output >&2)

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #26 (closed)

Merge request reports