added devcontainer.

fix build error, deploy using docker-compose works,
misc changes
using global MQTT instead of local one to tap to already existin broker
This commit is contained in:
Dobromir Popov ONE
2023-05-14 21:40:57 +03:00
parent 145e202d24
commit 95ce6e8c87
7 changed files with 78 additions and 14 deletions

View File

@@ -6,7 +6,9 @@
"scripts": {
"pm2": "pm2 start ecosystem.config.js --no-daemon",
"dev": "nodemon dht.js",
"start": "node dht.js"
"startold": "node dht.js",
"start": "node index.js",
"start:debug": "node --inspect=0.0.0.0:9229 index.js"
},
"repository": {
"type": "git",