Skip to content

Commit

Permalink
Fix watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Aug 28, 2024
1 parent b598192 commit ddd6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
- biomaj-user-web
- biomaj-daemon-web
- biomaj-elasticsearch
command: ["/startup.sh", "/root/watcher.sh"]
command: ["/startup.sh", "gunicorn", "-c", "/etc/biomaj/gunicorn_conf.py", "-b", "0.0.0.0:5000", "--log-config", "/etc/biomaj/production.ini --paste /etc/biomaj/production.ini biomajwatcher.biomajwatcher:main"]

biomaj-cron:
image: quay.io/genouest/biomaj-cron
Expand Down

0 comments on commit ddd6cfc

Please sign in to comment.