fix: fechas utc to utc + 4

This commit is contained in:
2026-06-13 08:56:02 -05:00
parent 9c760a6126
commit 3e2843ac57
2269 changed files with 26421 additions and 637244 deletions
+1 -3
View File
@@ -17,7 +17,7 @@ services:
- "127.0.0.1:3020:3020"
networks:
- gitea-network
- n8n-network
healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://localhost:3020/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"]
interval: 30s
@@ -28,6 +28,4 @@ services:
networks:
gitea-network:
external: true
n8n-network:
external: true