added extra hosts to RAD/IT tiles
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user