Skip to content

Commit

Permalink
Add IntelliJ run configurations for Compose setups
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed May 29, 2023
1 parent df196b5 commit 407b636
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .run/Compose (w_ MSSQL).run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Compose (w/ MSSQL)" 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="dev/docker-compose.mssql.yml" />
</list>
</option>
<option name="sourceFilePath" value="dev/docker-compose.yml" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>
16 changes: 16 additions & 0 deletions .run/Compose (w_ Postgres).run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Compose (w/ Postgres)" 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="dev/docker-compose.postgres.yml" />
</list>
</option>
<option name="sourceFilePath" value="dev/docker-compose.yml" />
</settings>
</deployment>
<method v="2" />
</configuration>
</component>

0 comments on commit 407b636

Please sign in to comment.