chore: expose prod frontend on host port 3001
All checks were successful
CI / Lint, type check, unit tests, coverage (push) Successful in 1m45s
CI / E2E browser tests (push) Successful in 44s

Add ports mapping 3001:80 to the prod frontend service so the application
is accessible from the server at http://srvr.nu:3001 for testing before
DNS is pointed to bilhej.se. Backend remains internal-only (no host port).
This commit is contained in:
Joakim Mörling 2026-05-20 13:12:38 +02:00
parent e4de2a316a
commit 0e7dbb915e

View file

@ -39,6 +39,8 @@ services:
dockerfile: docker/frontend.prod.Dockerfile
context: .
container_name: bilhej-frontend-prod
ports:
- "3001:80"
depends_on:
- backend
networks: