Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created February 11, 2022 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Varriount/b262cebc864345c2350666541cd6335e to your computer and use it in GitHub Desktop.
Save Varriount/b262cebc864345c2350666541cd6335e to your computer and use it in GitHub Desktop.
Using Docker Compose's `.env` File to Automatically Use Multiple Compose Files.
COMPOSE_FILES=this.yaml:that.yaml
services:
cassandra:
image: cassandra
services:
cassandra:
image: postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment