use PORT for freight api

This commit is contained in:
SennayT
2026-05-28 14:19:08 +03:00
parent 7608cfb9e9
commit 4b8f1b3ab1

View File

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