Comment on I'm using compose wrong and I know it.

<- View Parent
Lasso1971@thelemmy.club ⁨8⁩ ⁨months⁩ ago

I prefer compose merge because my “downstream” services can propagate their depends/networks to things that depend on them up the stream

There’s an env variables you set in .env so it’s similar to include

The one thing I prefer about include is that each include directory can have its own .env file, which merges with the first level .env. With merge it seems you’re stuck with one .env file for all in-file substitutes

source
Sort:hotnewtop