flow-app.run.xml 956 B

12345678910111213141516171819202122
  1. <component name="ProjectRunConfigurationManager">
  2. <configuration default="false" name="flow-app" type="docker-deploy" factoryName="dockerfile" server-name="阿里云">
  3. <deployment type="dockerfile">
  4. <settings>
  5. <option name="imageTag" value="flow-app:1.0" />
  6. <option name="containerName" value="flow-app" />
  7. <option name="portBindings">
  8. <list>
  9. <DockerPortBindingImpl>
  10. <option name="containerPort" value="9089" />
  11. <option name="hostPort" value="9089" />
  12. </DockerPortBindingImpl>
  13. </list>
  14. </option>
  15. <option name="commandLineOptions" value="-v /home/flow/file/:/home/flow/file/&#10;--restart=always&#10;--net net-test" />
  16. <option name="showCommandPreview" value="true" />
  17. <option name="sourceFilePath" value="flow-app/Dockerfile" />
  18. </settings>
  19. </deployment>
  20. <method v="2" />
  21. </configuration>
  22. </component>