Skip to content

Commit

Permalink
do not set redis host in supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk authored Apr 27, 2024
1 parent 0afc83a commit da90ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ http-socket = unix
file = ${buildout:directory}/var/supervisor.sock
programs =
100 dispatcher ${buildout:directory}/bin/gunicorn [-w 4 -b 0.0.0.0:${ports:gunicorn} production:app] ${buildout:directory} true
300 rq ${buildout:directory}/bin/rq [worker --url redis://127.0.0.1:${ports:redis}] ${buildout:directory} true
300 rq ${buildout:directory}/bin/rq [worker] ${buildout:directory} true

0 comments on commit da90ead

Please sign in to comment.