Skip to content

Commit

Permalink
fix microservice compose file with serviceDiscorvery
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 13, 2024
1 parent de4f367 commit 02b5b0e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ spring:
compose:
enabled: true
lifecycle-management: start-only
<%_ if (applicationTypeMicroservice) { _%>
file: <%- dockerServicesDir %><%- databaseTypeSql ? prodDatabaseType : databaseType %>.yml
<%_ } else { _%>
file: <%- dockerServicesDir %>services.yml
<%_ } _%>

0 comments on commit 02b5b0e

Please sign in to comment.