#Docker Compose
1 messages · Page 1 of 1 (latest)
Welcome!
Depending on what you’re trying to do Dagger can be a great way to docker compose like things. Especially when modeling out complex relationships between services.
However, there is one big thing missing around volumes that’s captured here in this issue: https://github.com/dagger/dagger/issues/6990
Once there is a solution for that issue I think Dagger will be an incredibly powerful replacement for docker compose
yes that's one thing I talked with Guillaume about, the watch feature from compose will be a great addition. We might be OK without it for some time though, I'll have to see.
more urgent for me is calling private modules (we have a bunch of different repositories and I'd like to centralize all dagger functions in another) but this looks like it's being worked on https://github.com/dagger/dagger/issues/6113