Docker Compose Isn't Enough
blog.tealok.tech
Docker Compose Isn't Enough
1–10 of 208 posts
Re: Docker Compose Isn't Enough
#2Re: Docker Compose Isn't Enough
#3Re: Docker Compose Isn't Enough
#4Re: Docker Compose Isn't Enough
#5Re: Docker Compose Isn't Enough
#6Curious! I think of docker-compose as squeezing a cluster onto a workstation—not exactly a tool you'd look to for anything other than home servers or conveniently-low workloads.
Re: Docker Compose Isn't Enough
#7It’s been super frustrating in the past to be stuck on expensive PaaS vendors, but then rolling a deployment solution from scratch ended up with us trying to stitch together GitHub actions.
Been just using canine for my own projects and I’ve been able to host 4 rails & 1 Rust app pretty seamlessly with it on a $24/month digital ocean server. Would love any feedback!
Re: Docker Compose Isn't Enough
#8Also aside, "docker compose" (V2) is different from "docker-compose" (V1) [0], it was rewritten and integrated into docker as a plugin. It should still be able to handle most old compose files, but there were some changes.
Re: Docker Compose Isn't Enough
#9Definitely burying the lede that Tealok is building an alternative to docker compose. Interesting
Re: Docker Compose Isn't Enough
#10I've always understood docker-compose to be a development or personal tool, not for production. Is that not usually the case? Also aside, "docker compose" (V2) is different from "docker-compose" (V1) [0], it was rewritten and integrated into docker as a plugin. It should still be able to handle most old compose files, but there were some changes. [0] https://docs.docker.com/compose/releases/migrate/