defined compose file for deploy

This commit is contained in:
2024-01-10 09:58:59 +01:00
parent bf99801157
commit bdf81a3c5b
5 changed files with 53 additions and 4 deletions

2
.vscode/tasks.json vendored
View File

@@ -13,7 +13,7 @@
"build": true,
},
"files": [
"${workspaceFolder}/docker-compose.yml"
"${workspaceFolder}/docker-compose-debug.yml"
],
"isBackground": true,
"problemMatcher": "Terminal will be reused by tasks, press any key to close it"