Justintime50 / harvey

The lightweight Docker Compose deployment runner.
https://github.com/Justintime50/harvey-ui
MIT License
13 stars 3 forks source link

refactor!: pivot to compose deployments only #50

Closed Justintime50 closed 3 years ago

Justintime50 commented 3 years ago

Rationale

I've been thinking for awhile now that the scope of the project blew up larger than initially anticipated. I think I'm going to move forward with this PR which will remove anything non-compose related completely and return Harvey to a docker compose only deployment platform which is what I initially built it out as.

I fear the rest of the code outside of docker-compose workflows isn't well supported and as such I haven't given it the time it deserves to be really useful - plus there are other deployment and testing platforms out there such as Rancher that will do a better job at bigger tasks like that. I wanted to keep Harvey lightweight and focused on simple compose deployments. I'll stew on this for a couple more days before doing anything drastic.

Breaking Changes

Other Changes