mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
12 lines
No EOL
280 B
YAML
12 lines
No EOL
280 B
YAML
services:
|
|
grafana:
|
|
image: grafana/grafana-oss
|
|
restart: unless-stopped
|
|
environment:
|
|
- GF_SERVER_ROOT_URL=https://grafana.intranet.marioverde.com.br
|
|
ports:
|
|
- '3000:3000'
|
|
volumes:
|
|
- grafana-storage:/var/lib/grafana
|
|
volumes:
|
|
grafana-storage: {} |