use PORT for freight api

This commit is contained in:
SennayT
2026-05-28 14:17:10 +03:00
parent 8492b29b7e
commit 7608cfb9e9

View File

@@ -13,7 +13,7 @@ services:
secrets:
- npmrc
ports:
- "${FREIGHT_API_PORT:-3001}:${FREIGHT_API_PORT:-3001}"
- "${PORT:-3001}:${FREIGHT_API_PORT:-3001}"
env_file:
- apps/edr-freight-api/.env