Skip to content

Commit

Permalink
tweak: Add IntelliJ run configuration to run DB in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Nov 20, 2024
1 parent fd2a14a commit 63f55b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .run/Run DB in Docker.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run DB in Docker" type="RunNativeExe" factoryName="Native Executable">
<option name="EXE_PATH" value="$PROJECT_DIR$/deployment/run-only-network-gateway-resources.sh" />
<option name="PROGRAM_PARAMETERS" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/deployment" />
<option name="PASS_PARENT_ENVS" value="1" />
<option name="USE_EXTERNAL_CONSOLE" value="0" />
<method v="2" />
</configuration>
</component>

0 comments on commit 63f55b1

Please sign in to comment.