docker-jetbrains-license-se.../assets/etc/supervisord.conf
CrazyMax 45a1cc0557 Add `JLS_CONTEXT` env var
Ability to set a custom UID / GID
Timezone was not setted
No need of Nginx
Error while saving stats
2018-02-15 16:52:47 +01:00

22 lines
485 B
Plaintext

[supervisord]
nodaemon = true
user = root
logfile = /var/log/supervisord/supervisord.log
pidfile = /var/run/supervisord.pid
childlogdir = /var/log/supervisord/
logfile_maxbytes = 50MB
logfile_backups = 10
loglevel = info
[supervisorctl]
serverurl = unix:///var/run/supervisor.sock
[unix_http_server]
file = /var/run/supervisor.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[include]
files = /etc/supervisord/*.conf