chore: expose prod frontend on host port 3001
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:
parent
e4de2a316a
commit
0e7dbb915e
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ services:
|
||||||
dockerfile: docker/frontend.prod.Dockerfile
|
dockerfile: docker/frontend.prod.Dockerfile
|
||||||
context: .
|
context: .
|
||||||
container_name: bilhej-frontend-prod
|
container_name: bilhej-frontend-prod
|
||||||
|
ports:
|
||||||
|
- "3001:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue