Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supervisord

Docker Automated build Docker Build Status Docker Pulls license

Docker image which allows for easy configuration of multiple services using supervisord.

Adding services

  1. add service configuration to /etc/supervisord.d
  2. service configuration file name should have the extension 'conf'

Configuration example

[program:my-app]
user=root
command=command-to-run.sh
redirect_stderr=true
stdout_logfile=/var/log/my-app.log
autorestart=true
startretries=3

About

Docker image which allows for easy configuration of multiple services using supervisord

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages