feat(soc): add secure external domain routing and fully local grafana dashboards provisioning
continuous-integration/webhook Deploy concluido com sucesso (VPS 4)
continuous-integration/webhook Deploy concluido com sucesso (VPS 4)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user