refactor: update ports to use 80 for front-end services in Docker and Nginx configuration

This commit is contained in:
Thibault Pouch
2026-03-03 09:48:22 +01:00
parent f54f237dd9
commit 11708032bd
5 changed files with 7 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ services:
build: ./nest-front
restart: unless-stopped
ports:
- "5173:5173"
- "80:80"
intra:
build: ./nest-intra