1
+ <component name =" ProjectRunConfigurationManager" >
2
+ <configuration default =" false" name =" intellij-rust.github.io" type =" docker-deploy" factoryName =" dockerfile" server-name =" Docker" >
3
+ <deployment type =" dockerfile" >
4
+ <settings >
5
+ <option name =" imageTag" value =" intellij-rust.github.io" />
6
+ <option name =" containerName" value =" intellij-rust.github.io" />
7
+ <option name =" portBindings" >
8
+ <list >
9
+ <DockerPortBindingImpl >
10
+ <option name =" containerPort" value =" 8080" />
11
+ <option name =" hostIp" value =" 0.0.0.0" />
12
+ <option name =" hostPort" value =" 8080" />
13
+ </DockerPortBindingImpl >
14
+ </list >
15
+ </option >
16
+ <option name =" sourceFilePath" value =" Dockerfile" />
17
+ <option name =" volumeBindings" >
18
+ <list >
19
+ <DockerVolumeBindingImpl >
20
+ <option name =" containerPath" value =" /intellij-rust.github.io/_posts/" />
21
+ <option name =" hostPath" value =" $PROJECT_DIR$/_posts/" />
22
+ <option name =" readOnly" value =" true" />
23
+ </DockerVolumeBindingImpl >
24
+ <DockerVolumeBindingImpl >
25
+ <option name =" containerPath" value =" /intellij-rust.github.io/assets/" />
26
+ <option name =" hostPath" value =" $PROJECT_DIR$/assets/" />
27
+ <option name =" readOnly" value =" true" />
28
+ </DockerVolumeBindingImpl >
29
+ <DockerVolumeBindingImpl >
30
+ <option name =" containerPath" value =" /intellij-rust.github.io/_docs" />
31
+ <option name =" hostPath" value =" $PROJECT_DIR$/_docs/" />
32
+ <option name =" readOnly" value =" true" />
33
+ </DockerVolumeBindingImpl >
34
+ <DockerVolumeBindingImpl >
35
+ <option name =" containerPath" value =" /intellij-rust.github.io/_includes" />
36
+ <option name =" hostPath" value =" $PROJECT_DIR$/_includes/" />
37
+ <option name =" readOnly" value =" true" />
38
+ </DockerVolumeBindingImpl >
39
+ </list >
40
+ </option >
41
+ </settings >
42
+ </deployment >
43
+ <method v =" 2" />
44
+ </configuration >
45
+ </component >
0 commit comments