Skip to content

Instantly share code, notes, and snippets.

@ArgonQQ
Created July 7, 2016 08:43
Show Gist options
  • Select an option

  • Save ArgonQQ/d2f761184e1335ea214820743b56faa3 to your computer and use it in GitHub Desktop.

Select an option

Save ArgonQQ/d2f761184e1335ea214820743b56faa3 to your computer and use it in GitHub Desktop.

Revisions

  1. ArgonQQ created this gist Jul 7, 2016.
    10 changes: 10 additions & 0 deletions supervisord docker
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    ### SUPERVISORD ###
    RUN \
    apt-get update && \
    apt install -y \
    supervisor &&\
    mkdir -p /var/log/supervisor && \
    mkdir -p /etc/supervisor/conf.d

    ADD supervisor.conf /etc/supervisor.conf
    ### SUPERVISORD ###