Port Expose
This commit is contained in:
parent
76e0eb782d
commit
e61ddaa8b0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue