12345678910111213141516171819202122 |
- <component name="ProjectRunConfigurationManager">
- <configuration default="false" name="flow-app" type="docker-deploy" factoryName="dockerfile" server-name="阿里云">
- <deployment type="dockerfile">
- <settings>
- <option name="imageTag" value="flow-app:1.0" />
- <option name="containerName" value="flow-app" />
- <option name="portBindings">
- <list>
- <DockerPortBindingImpl>
- <option name="containerPort" value="9089" />
- <option name="hostPort" value="9089" />
- </DockerPortBindingImpl>
- </list>
- </option>
- <option name="commandLineOptions" value="-v /home/flow/file/:/home/flow/file/ --restart=always --net net-test" />
- <option name="showCommandPreview" value="true" />
- <option name="sourceFilePath" value="flow-app/Dockerfile" />
- </settings>
- </deployment>
- <method v="2" />
- </configuration>
- </component>
|