Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.34 KB

File metadata and controls

30 lines (22 loc) · 1.34 KB

Supervisor Docker Image

License Release Docker Pulls

Overview

Alpine Docker image running Supervisor: Process Control System

Usage

docker run \
    --name supervisor \
    -e INIT_DIR=/init.d \
    -v ./init:/init.d:ro \
    -v supervisor-app.ini:/etc/supervisor.d/supervisor-app.ini:ro \
    --detach \
    --restart always \
    scalified/supervisor
Environment Variable Description Default Value
INIT_DIR Specifies the directory containing initialization scripts to be executed before supervisord starts /init.d

Made with ❤️ by Scalified