mantenimento-app 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,6 +102,7 @@ Per deploy su VPS e disponibile un esempio Nginx in `deploy/nginx/mantenimento-a
102
102
  Sono inclusi anche asset ops ripetibili:
103
103
  - `Dockerfile` per containerizzare l'app Node con bundle frontend gia generato
104
104
  - `deploy/docker-compose.yml` per eseguire Node dietro Nginx con rete interna dedicata
105
+ - `deploy/docker-compose.override.yml` per staging/production con healthcheck e logging container
105
106
  - `deploy/nginx/mantenimento-app-docker.conf` per il reverse proxy Compose
106
107
  - `deploy/systemd/mantenimento-app.service` per installazione host-based con systemd
107
108
  - `deploy/.env.production.example` come base per le variabili runtime di produzione
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mantenimento-app",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Frontend + backend architecture for the mantenimento calculator",
5
5
  "type": "commonjs",
6
6
  "main": "backend/calculate-model.js",