1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

Merge branch 'dev' of git.sleede.com:projets/fab-manager into dev

This commit is contained in:
Sylvain 2017-03-13 10:21:50 +01:00
commit 9978319b01

View File

@ -18,6 +18,8 @@ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix
command=bundle exec rails s puma -p 3000 -b 0.0.0.0
stderr_logfile=/var/log/supervisor/app-stderr.log
stdout_logfile=/var/log/supervisor/app-stdout.log
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=100
[program:worker]
command=bundle exec sidekiq -C /usr/src/app/config/sidekiq.yml