Skip to content

Commit

Permalink
Update docker-compose-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Jun 4, 2024
1 parent 0dc3ac6 commit 7545735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-stack/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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",
"/wait-for-it.sh postgres:5432 -- /reputation-backend/start.sh; cd /benchmark; npm i && npm run benchmark-scheduler -- -b vm",
]
build:
context: golem-reputation-backend/.
Expand Down 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 -k benchmark-vm-nvidia-last-run",
"/wait-for-it.sh postgres:5432 -- /reputation-backend/start.sh; cd /benchmark; npm i && npm run benchmark-scheduler -- -b vm-nvidia -k benchmark-vm-nvidia-last-run",
]
build:
context: golem-reputation-backend/.
Expand Down

0 comments on commit 7545735

Please sign in to comment.