rubyforgood / casa

Volunteer management system for nonprofit CASA, which serves foster youth in counties across America.
https://casavolunteertracking.org/
MIT License
314 stars 478 forks source link

Fix Docker ci failures: use `docker compose` #5964

Closed thejonroberts closed 3 months ago

thejonroberts commented 3 months ago

What github issue is this PR for, if any?

No issue, just noticed docker CI job failing a lot

What changed, and why?

GitHub Actions fully deprecated the v1 style docker-compose command. This is a straight find & replace from docker-compose to docker compose for the entire repo.

Someone with more knowledge of deployment will want to check out the docker v2 migration doc, especially Migrating running projects section.

thejonroberts commented 3 months ago

@elasticspoon I pointed thIs at main instead of your branch, just a heads up.

thejonroberts commented 3 months ago

Worried for a second there, but the checks were just confused by my merge branch change, all checks pass after a noop commit. This looks good, recommend merging so other PRs can rebase to pass their checks.