added extra hosts to RAD/IT tiles

This commit is contained in:
Brian Long 2025-05-05 11:01:18 -04:00
parent 52f237e575
commit 4de14efa3f
13 changed files with 55 additions and 6 deletions

View File

@ -40,6 +40,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
</images>

View File

@ -50,6 +50,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
</images>

View File

@ -124,6 +124,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${acs.license.directory}:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro</volume>
@ -196,6 +199,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${acs.license.directory}:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro</volume>

View File

@ -163,10 +163,16 @@
<port>${acs-platform.port}:8080</port>
<port>${acs-platform.debugger.port}:8000</port>
</ports>
<dependsOn>
<container>acs-db</container>
</dependsOn>
<network>
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${acs.license.directory}:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro</volume>

View File

@ -135,6 +135,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${aps.license.directory}:/root/.activiti/enterprise-license:ro</volume>

View File

@ -88,7 +88,7 @@
<artifactId>docker-maven-plugin</artifactId>
<executions>
<execution>
<id>run-aps</id>
<id>run-aps-app</id>
<phase>process-test-classes</phase>
<goals><goal>start</goal></goals>
<configuration>
@ -122,6 +122,7 @@
<CATALINA_OPTS>--add-opens java.base/java.net=ALL-UNNAMED \
-Djava.awt.headless=true \
-Ddatasource.driver=org.postgresql.Driver -Ddatasource.url=jdbc:postgresql://${project.artifactId}-aps-db:5432/activiti \
-Dhibernate.dialect=org.hibernate.dialect.PostgreSQLDialect \
-Djavascript.secure-scripting.enabled=false -Djavascript.secure-scripting.enable-class-whitelisting=false \
-Dbeans.whitelisting.enabled=false \
-Del.whitelisting.enabled=false \
@ -140,6 +141,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${aps.license.directory}:/root/.activiti/enterprise-license:ro</volume>
@ -153,9 +157,9 @@
</volumes>
<wait>
<http>
<url>http://admin%40app.activiti.com:admin@localhost:${aps.port}/activiti-app/api/management/engine</url>
<url>http://localhost:${aps.port}/activiti-app</url>
<method>GET</method>
<status>200</status>
<status>200..399</status>
</http>
<time>${aps.timeout}</time>
</wait>
@ -212,8 +216,8 @@
<!-- versions -->
<aps-postgres.version>12</aps-postgres.version>
<aps.version>2.4.6</aps.version>
<tomcat-rad.version>9-2.2</tomcat-rad.version>
<aps.version>25.1.1</aps.version>
<tomcat-rad.version>10-2.2</tomcat-rad.version>
<!-- results -->
<project.build.warFile>${project.build.warDirectory}/${aps.war.artifactId}-${aps.war.version}.war</project.build.warFile>

View File

@ -78,6 +78,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<volumes>
<bind>
<volume>${aps.license.directory}:/root/.activiti/enterprise-license:ro</volume>

View File

@ -43,6 +43,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<wait>
<http>
<url>http://localhost:${ate.port}/transform/config</url>

View File

@ -81,6 +81,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<wait>
<http>
<url>http://localhost:${ate.port}/transform/config</url>

View File

@ -50,6 +50,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
<wait>
<http>
<url>http://localhost:${ate.port}/transform/config</url>

View File

@ -44,6 +44,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
<image>
@ -60,6 +63,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
<image>

View File

@ -54,6 +54,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
<image>
@ -72,6 +75,9 @@
<mode>custom</mode>
<name>${project.artifactId}</name>
</network>
<extraHosts>
<host>host.docker.internal:host-gateway</host>
</extraHosts>
</run>
</image>
<image>

View File

@ -43,7 +43,7 @@
</activation>
<properties>
<!-- versions -->
<beedk.plugins.fabric8.docker.version>0.45.0</beedk.plugins.fabric8.docker.version>
<beedk.plugins.fabric8.docker.version>0.46.0</beedk.plugins.fabric8.docker.version>
</properties>
</profile>
</profiles>