you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago (1 child)

You can reference envs from the host in docker compose, so code it in instead of manually passing tribal knowledge in: https://stackoverflow.com/a/73826410

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago*

    Yep, you can also set defaults, required, alternates, etc

    This discussion did help me realize that my problem was that I forgot an !override on one of my service’s options. Now it’s just merging the two compose files and setting the profile, thanks for that!

  • source
  • parent