despensa-app / despensa-rest-api

Despensa-app es una aplicación que te permite gestionar los productos que compras de forma habitual.
https://despensa-app.nmarulo.dev/
MIT License
13 stars 27 forks source link

Create config file intellij for "compose.despensa-rest-api.yaml" #4

Closed nmarulo closed 1 month ago

nmarulo commented 2 months ago

[!IMPORTANT] Read issue #2 first

Create an XML file with the name docker compose (despensa-rest-api).run.xml in the path .run with the following content:

<component name="ProjectRunConfigurationManager">
  <configuration default="false" name="docker compose (despensa-rest-api)" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
    <deployment type="docker-compose.yml">
      <settings>
        <option name="envFilePath" value="" />
        <option name="removeImagesOnComposeDown" value="LOCAL" />
        <option name="removeVolumesOnComposeDown" value="true" />
        <option name="sourceFilePath" value="compose.despensa-rest-api.yaml" />
      </settings>
    </deployment>
    <method v="2" />
  </configuration>
</component>
Eduguimar commented 1 month ago

Hello @nmarulo , can you assign this issue to me, please? I would like to contribute.

nmarulo commented 1 month ago

@Eduguimar It's all yours 👍