fix: update front service port mapping in production Docker Compose

This commit is contained in:
Thibault Pouch
2026-03-19 16:10:28 +01:00
parent 8f5d572632
commit 3714200dc1

View File

@@ -29,7 +29,7 @@ services:
image: git.crowmate.fr/crowmate/nest-front:latest image: git.crowmate.fr/crowmate/nest-front:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "5143:80"
environment: environment:
API_URL: http://api:3000 API_URL: http://api:3000
depends_on: depends_on: