chore(docker): align step 12 compose topology and ports

This commit is contained in:
2026-03-26 19:20:04 -03:00
parent a4dc8577ba
commit 3895ef864a
3 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ services:
- condado-net
# ── Frontend + Nginx ─────────────────────────────────────────────────────────
frontend:
nginx:
build:
context: ./frontend
dockerfile: Dockerfile
@@ -57,7 +57,7 @@ services:
VITE_API_BASE_URL: ${VITE_API_BASE_URL}
restart: always
ports:
- "6969:80"
- "80:80"
depends_on:
- backend
networks: