-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathStage Stack.run.xml
More file actions
27 lines (27 loc) · 1011 Bytes
/
Stage Stack.run.xml
File metadata and controls
27 lines (27 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Stage Stack" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="commandLineOptions" value="--build" />
<option name="secondarySourceFiles">
<list>
<option value="docker-compose.vars.yaml" />
</list>
</option>
<option name="services">
<list>
<option value="back" />
<option value="postgres" />
<option value="widget" />
<option value="state-machine" />
</list>
</option>
<option name="sourceFilePath" value="docker-compose.yaml" />
<option name="upAttachDependencies" value="true" />
<option name="upDetach" value="false" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>