Commit Graph

3 Commits

Author SHA1 Message Date
Brian Fertig a1cdb31e49 feat: make host port configurable via APP_PORT env var
Allow users to customize the host-side port mapping while keeping the
container's internal port fixed at 3000. The default remains 3000 when
APP_PORT is unset.

- Add APP_PORT to .env.example with documentation
- Update docker-compose.yml to use ${APP_PORT:-3000}:3000
- Update README with new env var and usage notes
2026-08-12 13:15:41 -06:00
Brian Fertig 0381363d4e Updates to README 2026-08-12 12:05:56 -06:00
Brian Fertig 86884fd23e Initial commit from Create Next App 2026-08-11 11:56:15 -06:00