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 build: ./nest-front
restart: unless-stopped restart: unless-stopped
ports: ports:
- "5173:5173" - "80:80"
environment: environment:
API_URL: http://api:3000 API_URL: http://api:3000
depends_on: depends_on: