Browse Source

Add dokku-supervisord and dokku-logging-supervisord to the plugins list

Mike Naberezny 11 years ago
parent
commit
1442b797cb
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/plugins.rst

+ 7 - 1
docs/plugins.rst

@@ -125,4 +125,10 @@ with third party applications:
     Run Supervisor as a `Gulp <http://gulpjs.com/>`_ task.
 `Yeebase.Supervisor <https://github.com/yeebase/Yeebase.Supervisor>`_
     Control and monitor Supervisor from a TYPO3 Flow application.
-
+`dokku-supervisord <https://github.com/statianzo/dokku-supervisord>`_
+    `Dokku <https://github.com/progrium/dokku>`_ plugin that injects ``supervisord`` to run
+    applications.
+`dokku-logging-supervisord <https://github.com/sehrope/dokku-logging-supervisord>`_
+    `Dokku <https://github.com/progrium/dokku>`_ plugin that injects ``supervisord`` to run
+    applications.  It also redirects ``stdout`` and ``stderr`` from processes to log files
+    (rather than the Docker default per-container JSON files).