idsgateway.run.xml 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <component name="ProjectRunConfigurationManager">
  2. <configuration default="false" name="idsgateway" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
  3. <deployment type="dockerfile">
  4. <settings>
  5. <option name="imageTag" value="idsgateway" />
  6. <option name="containerName" value="idsgateway" />
  7. <option name="portBindings">
  8. <list>
  9. <DockerPortBindingImpl>
  10. <option name="containerPort" value="7778" />
  11. <option name="hostPort" value="7778" />
  12. </DockerPortBindingImpl>
  13. </list>
  14. </option>
  15. <option name="sourceFilePath" value="idsGateway/DockerFile" />
  16. <option name="volumeBindings">
  17. <list>
  18. <DockerVolumeBindingImpl>
  19. <option name="containerPath" value="/app/logs" />
  20. <option name="hostPath" value="/data/logs/idsGateway" />
  21. </DockerVolumeBindingImpl>
  22. </list>
  23. </option>
  24. </settings>
  25. </deployment>
  26. <method v="2">
  27. <option name="Maven.BeforeRunTask" enabled="true" file="$PROJECT_DIR$/idsCommon/pom.xml" goal="clean install" />
  28. <option name="Maven.BeforeRunTask" enabled="true" file="$PROJECT_DIR$/idsGateway/pom.xml" goal="clean package" />
  29. </method>
  30. </configuration>
  31. </component>