Closed nmarulo closed 1 month 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:
docker compose (despensa-rest-api).run.xml
.run
<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>
Hello @nmarulo , can you assign this issue to me, please? I would like to contribute.
@Eduguimar It's all yours 👍
Create an XML file with the name
docker compose (despensa-rest-api).run.xml
in the path.run
with the following content: