Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Jul 22, 2024
1 parent 72d90df commit 8d4ceed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
- biomaj-rabbitmq
- biomaj-redis
- biomaj-elasticsearch
command: ["/startup.sh", "python3", "/root/biomaj-process/bin/biomaj_process_consumer.py"]
command: ["/startup.sh", "biomaj_process_consumer.py"]

biomaj-daemon-web:
image: quay.io/genouest/biomaj
Expand Down Expand Up @@ -222,7 +222,7 @@
- biomaj-user-web
- biomaj-download-web
- biomaj-process-web
command: ["/startup.sh", "python3", "/root/biomaj-daemon/bin/biomaj_daemon_consumer.py"]
command: ["/startup.sh", "biomaj_daemon_consumer.py"]

biomaj-watcher-web:
image: quay.io/genouest/biomaj
Expand Down Expand Up @@ -271,7 +271,7 @@
- biomaj-elasticsearch
ports:
- "2121:21"
command: ["/startup.sh", "python3", "/root/biomaj-ftp/bin/biomaj_ftp_service.py"]
command: ["/startup.sh", "biomaj_ftp_service.py"]

biomaj-release-web:
image: quay.io/genouest/biomaj
Expand All @@ -289,7 +289,7 @@
- biomaj-redis
- biomaj-daemon-web
- biomaj-daemon-message
command: ["/startup.sh", "python3", "/root/biomaj-release/bin/biomaj_release.py"]
command: ["/startup.sh", "biomaj_release.py"]

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

0 comments on commit 8d4ceed

Please sign in to comment.