Skip to content

Commit

Permalink
Update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaluniovi committed Oct 9, 2024
1 parent 365fc4e commit c35f21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
#don't precompile, here, dockerfile does
docker build -t market-rest --build-arg module=market-rest .
docker build -t market-web --build-arg module=market-web .
docker-compose -f docker-compose.yaml up -d
docker compose -f docker-compose.yaml up -d
chmod u+x ../setup/wait-container-ready.sh
../setup/wait-container-ready.sh db "ready for start up"
../setup/wait-container-ready.sh market-rest "Started RestApplication"
Expand All @@ -54,7 +54,7 @@ jobs:
working-directory: ./sut-gestaoHospital
run: |
mvn package -q -DskipTests=true
docker-compose up -d --force-recreate --build
docker compose up -d --force-recreate --build
chmod u+x ../setup/wait-container-ready.sh
../setup/wait-container-ready.sh mongodb "HospitalDB.product_collection"
../setup/wait-container-ready.sh gestaohospital "Started GestaohospitalarApplication"
Expand Down

0 comments on commit c35f21a

Please sign in to comment.