feat: update API base URL and change exposed ports to 6969 for frontend and backend services

This commit is contained in:
2026-03-26 17:35:01 -03:00
parent bfeb814c2f
commit 4649aba1d4
7 changed files with 50 additions and 32 deletions

View File

@@ -57,7 +57,7 @@ services:
VITE_API_BASE_URL: ${VITE_API_BASE_URL}
restart: always
ports:
- "80:80"
- "6969:80"
depends_on:
- backend
networks: