-
-
Save Varriount/b262cebc864345c2350666541cd6335e to your computer and use it in GitHub Desktop.
Using Docker Compose's `.env` File to Automatically Use Multiple Compose Files.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMPOSE_FILES=this.yaml:that.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
cassandra: | |
image: cassandra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
cassandra: | |
image: postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment