Skip to content

Instantly share code, notes, and snippets.

@webdev
Created February 11, 2014 00:48
Show Gist options
  • Save webdev/8927310 to your computer and use it in GitHub Desktop.
Save webdev/8927310 to your computer and use it in GitHub Desktop.
RUN mkdir -p /var/log/supervisor
RUN apt-get install -y supervisor
ADD supervisord.conf /etc/supervisor/conf.d/supervisord.conf
supervisor.conf
[supervisord]
nodaemon=true
[program:mysql]
command=mysqld_safe
[program:redis-server]
command=redis-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment