MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
9 stars 0 forks source link

Update makefile to use v2.x.x style `docker compose` commands and test behavior #46

Closed MattTriano closed 1 year ago

MattTriano commented 1 year ago

It looks like docker-compose was completely reimplemented (presumably in 2020-early 2021) in go (from python), likely as part of the push to get docker working on Apple silicon.

In any case, I've updated my docker-compose install. I still have to remove my prior install (the binary in /usr/local/bin/docker-compose), but I've started up the system using the new implementation (it re-downloaded images) and the few things I checked were functional, but I should check more extensively.

Assuming the new compose is a proper drop-in replacement, the makefile recipes should be edited (from docker-compose ... to docker compose) and any references in documentation should also be updated.