feat: update front service port mapping from 5173 to 80

This commit is contained in:
Thibault Pouch
2026-03-12 11:30:55 +01:00
parent c2135bbb5d
commit 513bfbda96

View File

@@ -33,7 +33,7 @@ services:
build: ./nest-front
restart: unless-stopped
ports:
- "5173:5173"
- "80:80"
environment:
API_URL: http://api:3000
depends_on: