fix: change frontend port from 3000 to 3005 to avoid grafana conflict
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 44s

This commit is contained in:
Cauê Faleiros
2026-05-04 15:16:36 -03:00
parent cc0fd3495e
commit c64b7b580d

View File

@@ -35,7 +35,7 @@ services:
image: gitea.blyzer.com.br/blyzer/graphs-frontend:latest
container_name: graph_frontend
ports:
- "3000:80"
- "3005:80"
depends_on:
- backend
restart: unless-stopped