Добавить форму заявок и серверную интеграцию лидов с EspoCRM
All checks were successful
Auto Deploy / deploy (push) Successful in 17s

This commit is contained in:
deonisii
2026-04-19 01:44:53 +03:00
parent e90b5a21e3
commit 97b996edc8
7 changed files with 443 additions and 80 deletions

View File

@@ -8,5 +8,8 @@ services:
NODE_ENV: production
PORT: 3000
HOSTNAME: 0.0.0.0
ESPOCRM_API_URL: ${ESPOCRM_API_URL}
ESPOCRM_API_KEY: ${ESPOCRM_API_KEY}
ESPOCRM_LEAD_SOURCE: ${ESPOCRM_LEAD_SOURCE:-Web Site}
ports:
- "127.0.0.1:3011:3000"