fix: change grafana port to 3002 to avoid conflict
Some checks failed
CI / Lint, Test & Build (push) Failing after 7m47s
CI / Deploy production (on server) (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-17 16:52:09 +00:00
parent bf3d09f6a8
commit 396c60dec3

View File

@@ -23,7 +23,7 @@ services:
volumes:
- grafana-data:/var/lib/grafana
ports:
- "3001:3000"
- "3002:3000"
networks:
- memento-monitoring