store run config

This commit is contained in:
AF 2022-06-18 20:07:51 +03:00
parent 088a8cd2fb
commit 67de8376bf
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<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="v6d1tokens" />
<option name="containerName" value="v6d1tokens" />
<option name="envVars">
<list>
<DockerEnvVarImpl>
<option name="name" value="v6ca" />
<option name="value" value="da5261eb5232b4b08452f25099b53b59d2e308b86aaf9c4204f0aa92569044d7" />
</DockerEnvVarImpl>
<DockerEnvVarImpl>
<option name="name" value="v6caurl" />
<option name="value" value="http://172.18.0.2:5900" />
</DockerEnvVarImpl>
</list>
</option>
<option name="commandLineOptions" value="--cpus=&quot;.5&quot; --memory=&quot;100mb&quot; --network=&quot;v6d&quot; --ip=&quot;172.18.0.3&quot;" />
<option name="showCommandPreview" value="true" />
<option name="volumeBindings">
<list>
<DockerVolumeBindingImpl>
<option name="containerPath" value="/v6data" />
<option name="hostPath" value="v6d1tokens" />
</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="v6d1tokens" />
<option name="buildOnly" value="true" />
<option name="showCommandPreview" value="true" />
<option name="sourceFilePath" value="Dockerfile" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>