-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDev Stack.run.xml
More file actions
24 lines (24 loc) · 894 Bytes
/
Dev Stack.run.xml
File metadata and controls
24 lines (24 loc) · 894 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
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Dev Stack" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="secondarySourceFiles">
<list>
<option value="docker-compose.vars.yaml" />
<option value="docker-compose.dev-network.yaml" />
</list>
</option>
<option name="services">
<list>
<option value="postgres" />
</list>
</option>
<option name="sourceFilePath" value="docker-compose.yaml" />
<option name="upForceRecreate" value="true" />
<option name="upRemoveOrphans" value="true" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>