store run config

This commit is contained in:
AF 2022-06-18 20:04:58 +03:00
parent 52f7fbd491
commit 5d8d0cb949
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Docker Image" type="docker-deploy" factoryName="docker-image" server-name="Docker">
<deployment type="docker-image">
<settings>
<option name="imageTag" value="v6d0auth" />
<option name="containerName" value="v6d0auth" />
<option name="commandLineOptions" value="--cpus=&quot;.5&quot; --memory=&quot;100mb&quot; --network=&quot;v6d&quot; --ip=&quot;172.18.0.2&quot;" />
<option name="showCommandPreview" value="true" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/v6data" />
<option name="hostPath" value="v6d0auth" />
</DockerVolumeBindingImpl>
</list>
</option>
</settings>
</deployment>
<method v="2" />
</configuration>
</component>

View File

@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
<deployment type="dockerfile">
<settings>
<option name="imageTag" value="v6d0auth" />
<option name="buildOnly" value="true" />
<option name="showCommandPreview" value="true" />
<option name="sourceFilePath" value="Dockerfile" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>