• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • 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