allow setting bind port for webapp

This commit is contained in:
Ramnique Singh 2025-07-25 10:08:29 +05:30
parent 632729d4c4
commit 70353f7e6b

View file

@ -14,7 +14,7 @@ services:
context: ./apps/rowboat
dockerfile: Dockerfile
ports:
- "3000:3000"
- "${PORT:-3000}:3000"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- MONGODB_CONNECTION_STRING=mongodb://mongo:27017/rowboat