added extra hosts to RAD/IT tiles

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

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>