initial
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright Broadcom, Inc. All Rights Reserved.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
services:
|
||||
grafana:
|
||||
image: docker.io/bitnami/grafana:12.3
|
||||
ports:
|
||||
- '3000:3000'
|
||||
environment:
|
||||
- 'GF_SECURITY_ADMIN_PASSWORD=bitnami'
|
||||
volumes:
|
||||
- grafana_data:/opt/bitnami/grafana/data
|
||||
volumes:
|
||||
grafana_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user