mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-04 23:16:35 -03:00
Add grafana-storage volume definition to docker-compose.yml
This commit is contained in:
parent
feeb0b827f
commit
3e3d1362a1
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@ services:
|
|||
- GF_SERVER_ROOT_URL=https://grafana.intranet.marioverde.com.br
|
||||
ports:
|
||||
- '3000:3000'
|
||||
volumes:
|
||||
volumes:
|
||||
- grafana-storage:/var/lib/grafana
|
||||
volumes:
|
||||
grafana-storage: {}
|
Loading…
Add table
Reference in a new issue