Port Expose

This commit is contained in:
Huzaifa Inam 2026-08-07 14:32:20 +05:00
parent 76e0eb782d
commit e61ddaa8b0

View file

@ -8,8 +8,8 @@ services:
image: balance-sheet-portal:latest image: balance-sheet-portal:latest
container_name: balance-sheet-portal container_name: balance-sheet-portal
restart: unless-stopped restart: unless-stopped
ports: expose:
- "${PORT:-3000}:3000" - "3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
- PORT=3000 - PORT=3000