Skip to content

Fix CI: use Docker Compose v2 command syntax - #2

Merged
scthornton merged 1 commit into
mainfrom
fix/ci-docker-compose-v2
Mar 25, 2026
Merged

Fix CI: use Docker Compose v2 command syntax#2
scthornton merged 1 commit into
mainfrom
fix/ci-docker-compose-v2

Conversation

@scthornton

Copy link
Copy Markdown
Owner

Summary

  • Replace docker-compose (hyphen) with docker compose (space) in the CI workflow
  • GitHub Actions runners now ship with Docker Compose v2, which uses the docker compose subcommand instead of the legacy docker-compose standalone binary

Changes

  • .github/workflows/docker-build.yml: Updated 3 occurrences (build, up -d, down)

Test plan

  • CI pipeline passes on this PR (build, health check, chat endpoint test, test suite)

GitHub Actions runners now use Docker Compose v2 where the command
is `docker compose` (space) instead of `docker-compose` (hyphen).
@scthornton
scthornton merged commit 9f11e89 into main Mar 25, 2026
1 check failed
@scthornton
scthornton deleted the fix/ci-docker-compose-v2 branch March 25, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant