deploy: Track prod 补充 TRACK_WEBHOOK_KEY 验签

- MOM 入库/出库 Webhook 回调鉴权必需,与 MOM 侧 Key 一致
This commit is contained in:
2026-09-01 18:02:38 +08:00
parent 6c93b98190
commit 619f224030

View File

@ -44,6 +44,8 @@ services:
# 🚀 MOM 老系统数据库 — 用户登录验证 + 用户名单来源
MOM_DB_HOST: inventory_db_prod
MOM_DB_PORT: "5432"
# 🚀 MOM 仓储系统 Webhook 验签 Key(与 MOM 侧 TRACK_WEBHOOK_KEY 一致,入库/出库回调鉴权必需)
TRACK_WEBHOOK_KEY: 2ce5fedb48fde3fd7e0abf67472a5027b03e9ae6f19cf768
ports:
- "8011:8000"
volumes: