Skip to content

Commit

Permalink
fix: use docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Aug 6, 2024
1 parent a267895 commit 362f682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gotrue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Build Docker image
run: |
cd ../../infra/gotrue
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
- name: Sleep for 5 seconds
uses: jakejarvis/wait-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/postgrest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Build Docker image
run: |
cd ../../infra/postgrest
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
- name: Sleep for 5 seconds
uses: jakejarvis/wait-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storage_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Build Docker image
run: |
cd ../../infra/storage_client
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
- name: Sleep for 5 seconds
uses: jakejarvis/wait-action@master
Expand Down

0 comments on commit 362f682

Please sign in to comment.