mqtt amqp

This commit is contained in:
2025-12-03 21:44:16 +01:00
parent cd7d972808
commit 3b9d229559
4 changed files with 102 additions and 3 deletions

View File

@@ -3,6 +3,11 @@
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": [
"--label", "prometheus=true",
"--network=proxy_net",
"--name=pompes"
],
"customizations": {
"vscode": {
"settings": {
@@ -13,8 +18,7 @@
},
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.makefile-tools",
"danielpinto8zz6.c-cpp-compile-run"
"ms-vscode.makefile-tools"
]
}
}