feat(soc): add secure external domain routing and fully local grafana dashboards provisioning
continuous-integration/webhook Deploy concluido com sucesso (VPS 4)

This commit is contained in:
VPS 1 Deploy Agent
2026-05-12 06:28:44 +02:00
parent bc51697218
commit e6ef64e7e9
4 changed files with 526 additions and 1 deletions
+9 -1
View File
@@ -8,9 +8,15 @@ services:
volumes:
- "/home/deploy/stack/soc/grafana-data:/var/lib/grafana"
- "/home/deploy/stack/soc/grafana/provisioning:/etc/grafana/provisioning"
- "/opt/soc/grafana/dashboards:/var/lib/grafana/dashboards"
- "/home/deploy/stack/soc/grafana/dashboards:/var/lib/grafana/dashboards"
environment:
- GF_SECURITY_ADMIN_PASSWORD=wMjFvkQ3GRWCvJbd
- GF_SERVER_ROOT_URL=https://grafana.clube67.com
- GF_SERVER_SERVE_FROM_SUB_PATH=false
- GF_SECURITY_ALLOW_EMBEDDING=true
networks:
- soc
- web
loki:
image: grafana/loki:2.9.0
user: "0:0"
@@ -56,3 +62,5 @@ services:
networks:
soc:
external: true
web:
external: true