mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-15 14:03: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
|