Sign inSign up

zinobe/ruby27

By zinobe

Updated over 5 years ago

Image
0

2.0K

zinobe/ruby27 repository overview

Ruby 2.7

Ruby 2.7 with supervisord.

Base image: ruby:2.7.1-slim

WORKDIR: /www

Add aws-env util form AWS SSM (aws-env)

Supervisor - Daemon config

[unix_http_server]
file = /run/supervisord.sock
chmod = 0760
chown = www:www

[supervisord]
pidfile=/run/supervisord.pid
; Log information is already being sent to /dev/stdout by default, which gets captured by Docker logs.
; Storing log information inside the contaner will be redundant, hence using /dev/null here
logfile = /dev/null
logfile_maxbytes = 0

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl = unix:///run/supervisord.sock

Tag summary

Content type

Image

Digest

Size

367.6 MB

Last updated

over 5 years ago

docker pull zinobe/ruby27