Aggiunta possibilità di override custom in docker-compose
All checks were successful
PVM/pipeline/head This commit looks good
All checks were successful
PVM/pipeline/head This commit looks good
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
1
.idea/runConfigurations/PVM.xml
generated
1
.idea/runConfigurations/PVM.xml
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user