Skip to content

Commit

Permalink
fix: Migrate to docker compose v2 (#85)
Browse files Browse the repository at this point in the history
* fix: Migrate to docker compose V2

* fix: Update doc-deploy.yaml
  • Loading branch information
jsakv authored Aug 6, 2024
1 parent 1ea8697 commit b2c0da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
env:
CDS_UID: ${{ secrets.CDS_UID }}
CDS_API_KEY: ${{ secrets.CDS_API_KEY }}
run: PORT=8003 docker-compose up -d --build
run: PORT=8003 docker compose up -d --build
- name: Ping containerized app
run: sleep 5 && nc -vz localhost 8003
2 changes: 1 addition & 1 deletion .github/workflows/doc-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.10.5
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.11

- name: Install dependencies
run: poetry install
Expand Down

0 comments on commit b2c0da0

Please sign in to comment.