Skip to content

Commit

Permalink
Merge pull request #27380 from jhipster/docker-compose
Browse files Browse the repository at this point in the history
disable docker compose integration if there is no container to start
  • Loading branch information
DanielFran committed Sep 23, 2024
2 parents 4117a39 + e22c2b7 commit 401417a
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 401417a

Please sign in to comment.