mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02:00
10 lines
224 B
YAML
10 lines
224 B
YAML
grafana:
|
|
image: easypi/grafana-arm
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- GF_SERVER_ROOT_URL=http://grafana.easypi.info/
|
|
- GF_SECURITY_ADMIN_USER=admin
|
|
- GF_SECURITY_ADMIN_PASSWORD=admin
|
|
restart: always
|