Skip to content

Commit

Permalink
Update docker-compose-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jun 3, 2024
1 parent e868774 commit d7aa016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-stack/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ services:
[
"/bin/sh",
"-c",
"/wait-for-it.sh ${POSTGRES_DB} -- /reputation-backend/start.sh; cd /benchmark; npm i && npm run benchmark-scheduler -b vm-nvidia",
"/wait-for-it.sh ${POSTGRES_DB} -- /reputation-backend/start.sh; cd /benchmark; npm i && npm run benchmark-scheduler -b vm-nvidia -k benchmark-vm-nvidia-last-run",
]
image: ghcr.io/golemfactory/golem-reputation-backend-celery-yagna:latest
env_file:
Expand Down

0 comments on commit d7aa016

Please sign in to comment.