Skip to content

Commit

Permalink
update for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 5, 2024
1 parent 55b41f6 commit fc3672b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions app/src/main/resources/common/gradle/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ dependencies {

developmentOnly "org.springframework.boot:spring-boot-devtools:${project.springBootVersion}"
{{/nativeImageSupported}}
{{#dockerSupported}}
developmentOnly "org.springframework.boot:spring-boot-docker-compose:${project.springBootVersion}"
{{/dockerSupported}}
{{/casServer}}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ org.gradle.parallel=true
org.gradle.jvmargs=-Xms1024m -Xmx4048m -XX:TieredStopAtLevel=1
org.gradle.unsafe.configuration-cache=false
org.gradle.unsafe.configuration-cache-problems=warn
systemProp.org.gradle.internal.http.connectionTimeout=60000
systemProp.org.gradle.internal.http.requestTimeout=120000
systemProp.org.gradle.internal.http.connectionTimeout=60000
systemProp.org.gradle.internal.http.requestTimeout=120000
5 changes: 3 additions & 2 deletions ui/src/app/form/Customization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ export default function Customization() {
<>
<Typography
variant="h5"
component="h2"
component="h3"
style={{ marginBottom: "1rem" }}
>
Build your CAS deployment
Select your CAS target CAS server version and add the required dependencies to your build.
Then download the generated project, and start your CAS deployment right away!
</Typography>
<Divider style={{ marginBottom: "2rem" }} />
<form>
Expand Down

0 comments on commit fc3672b

Please sign in to comment.