🚀 Release v1.0.67

- Tipo: patch
- Database schema: database-schema/schema.sql (solo struttura)
- Data: 2025-11-24 18:07:00
This commit is contained in:
Marco Lanzara 2025-11-24 18:07:00 +00:00
parent d384193203
commit 7e9599804a
4 changed files with 10 additions and 14 deletions

View File

@ -14,10 +14,6 @@ run = ["npm", "run", "start"]
localPort = 5000 localPort = 5000
externalPort = 80 externalPort = 80
[[ports]]
localPort = 38173
externalPort = 3001
[[ports]] [[ports]]
localPort = 41303 localPort = 41303
externalPort = 3002 externalPort = 3002

View File

@ -2,7 +2,7 @@
-- PostgreSQL database dump -- PostgreSQL database dump
-- --
\restrict lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg \restrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS
-- Dumped from database version 16.9 (415ebe8) -- Dumped from database version 16.9 (415ebe8)
-- Dumped by pg_dump version 16.10 -- Dumped by pg_dump version 16.10
@ -312,5 +312,5 @@ ALTER TABLE ONLY public.network_logs
-- PostgreSQL database dump complete -- PostgreSQL database dump complete
-- --
\unrestrict lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg \unrestrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS

0
deployment/train_hybrid_production.sh Normal file → Executable file
View File

View File

@ -1,7 +1,13 @@
{ {
"version": "1.0.66", "version": "1.0.67",
"lastUpdate": "2025-11-24T18:06:18.615Z", "lastUpdate": "2025-11-24T18:07:00.803Z",
"changelog": [ "changelog": [
{
"version": "1.0.67",
"date": "2025-11-24",
"type": "patch",
"description": "Deployment automatico v1.0.67"
},
{ {
"version": "1.0.66", "version": "1.0.66",
"date": "2025-11-24", "date": "2025-11-24",
@ -295,12 +301,6 @@
"date": "2025-11-18", "date": "2025-11-18",
"type": "patch", "type": "patch",
"description": "Deployment automatico v1.0.18" "description": "Deployment automatico v1.0.18"
},
{
"version": "1.0.17",
"date": "2025-11-17",
"type": "patch",
"description": "Deployment automatico v1.0.17"
} }
] ]
} }