fix parser

This commit is contained in:
2026-02-02 00:05:24 +03:00
parent 82f2c9082f
commit 2d781ecfb2
3 changed files with 138 additions and 14 deletions

View File

@@ -74,6 +74,14 @@ services:
restart: unless-stopped
ports:
- "5001:5000"
environment:
- POSTGRES_HOST=postgres
- POSTGRES_PORT=5432
- POSTGRES_USER=n8n
- POSTGRES_PASSWORD=n8n_password
- POSTGRES_DB=n8n
depends_on:
- postgres
networks:
- app-network
healthcheck: