Created
January 1, 2025 06:22
-
-
Save up1/d5304040566a65b867b7043b2341ac46 to your computer and use it in GitHub Desktop.
Spring Boot support 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
spring: | |
application: | |
name: demo-service | |
docker: | |
compose: | |
file: | |
- "compose-for-db.yml" | |
- "compose-for-cached.yml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment