Skip to content

Commit

Permalink
disable docker compose integration if there is no container to start
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 23, 2024
1 parent 4117a39 commit e22c2b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spring:
<%_ if (devDatabaseTypeH2Any) { _%>
docker:
compose:
enabled: <%- authenticationTypeOauth2 || messageBrokerAny || serviceDiscoveryAny || cacheProviderRedis %>
profiles:
active: dev
<%_ } _%>
Expand Down

0 comments on commit e22c2b7

Please sign in to comment.