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