compose.yml für dockge dazu

This commit is contained in:
rxf
2026-03-11 11:58:49 +01:00
parent 2739d478f6
commit e01ab276b6
10 changed files with 2078 additions and 1301 deletions

View File

@@ -1,19 +1,18 @@
{
"name": "laufschrift",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www >>/var/log/laufschrift.log 2>&1"
"start": "node ./bin/www"
},
"dependencies": {
"await-fs": "^1.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"moment": "^2.24.0",
"morgan": "~1.9.0",
"mqtt": "^2.18.8",
"pug": "^2.0.3"
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"express": "^4.22.1",
"http-errors": "^2.0.1",
"moment": "^2.30.1",
"morgan": "^1.10.1",
"mqtt": "^5.15.0",
"pug": "^3.0.3"
}
}