From b71997f7236f5f50c24dc9a4d1c86ed9cacef54b Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Tue, 1 Apr 2025 22:22:55 +0200 Subject: [PATCH] add IntelliJ run command for docker --- .run/Compose up [for prod].run.xml | 12 ++++++++++++ .run/Compose up [for tests].run.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .run/Compose up [for prod].run.xml create mode 100644 .run/Compose up [for tests].run.xml diff --git a/.run/Compose up [for prod].run.xml b/.run/Compose up [for prod].run.xml new file mode 100644 index 0000000..6bfc258 --- /dev/null +++ b/.run/Compose up [for prod].run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/Compose up [for tests].run.xml b/.run/Compose up [for tests].run.xml new file mode 100644 index 0000000..9f4f335 --- /dev/null +++ b/.run/Compose up [for tests].run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file