Skip to content

Instantly share code, notes, and snippets.

@up1
Created January 1, 2025 06:22
Show Gist options
  • Save up1/d5304040566a65b867b7043b2341ac46 to your computer and use it in GitHub Desktop.
Save up1/d5304040566a65b867b7043b2341ac46 to your computer and use it in GitHub Desktop.
Spring Boot support multiple compose files
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