Skip to content

Commit

Permalink
Adding compose file as run option to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
KrylixZA committed Aug 10, 2024
1 parent 4f5586e commit 2cbf220
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .run/docker-compose.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="docker-compose" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="removeVolumesOnComposeDown" value="true" />
<option name="commandLineOptions" value="--build" />
<option name="sourceFilePath" value="docker-compose.yml" />
<option name="upDetach" value="false" />
<option name="upForceRecreate" value="true" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>

0 comments on commit 2cbf220

Please sign in to comment.