Aggiunta possibilità di override custom in docker-compose
All checks were successful
PVM/pipeline/head This commit looks good

This commit is contained in:
2025-10-03 15:36:54 +02:00
parent 1b391a2814
commit 1fdba573b5
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -25,6 +25,8 @@
# Mutagen project lock files
*.lock
docker-compose.override.yml
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

View File

@@ -2,7 +2,6 @@
<configuration default="false" name="PVM" type="docker-deploy" factoryName="docker-compose.yml" server-name="Docker">
<deployment type="docker-compose.yml">
<settings>
<option name="envFilePath" value="" />
<option name="commandLineOptions" value="--build" />
<option name="sourceFilePath" value="docker-compose.yml" />
</settings>