From feeff42a48e0d93e4da572e592023ccef35b7991 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matou=C5=A1=20Volf?= <git@matousvolf.cz>
Date: Thu, 15 Aug 2024 20:04:10 +0200
Subject: [PATCH] chore: create a run configuration for the development Docker
 compose

---
 .idea/runConfigurations/dev.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 .idea/runConfigurations/dev.xml

diff --git a/.idea/runConfigurations/dev.xml b/.idea/runConfigurations/dev.xml
new file mode 100644
index 0000000..8d4bc2a
--- /dev/null
+++ b/.idea/runConfigurations/dev.xml
@@ -0,0 +1,11 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="dev" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
+    <deployment type="docker-compose.yml">
+      <settings>
+        <option name="envFilePath" value="" />
+        <option name="sourceFilePath" value="docker-compose-dev.yml" />
+      </settings>
+    </deployment>
+    <method v="2" />
+  </configuration>
+</component>
\ No newline at end of file