Skip to content

Instantly share code, notes, and snippets.

@i40sys
Created March 1, 2022 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i40sys/8d98ff64c84e618a7455b24062217e70 to your computer and use it in GitHub Desktop.
Save i40sys/8d98ff64c84e618a7455b24062217e70 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
grafana:
container_name: grafana
image: grafana/grafana
restart: unless-stopped
environment:
- TZ="Europe/Madrid"
volumes:
- /etc/localtime:/etc/localtime:ro
- ./etc:/etc/grafana
- ./lib:/var/lib/grafana
- ./log:/var/log/grafana
- ./dashboards:/usr/share/grafana/public/dashboards
environment:
- "GF_SECURITY_ADMIN_PASSWORD=zJ77UlAG8kqJZw."
- "GF_SECURITY_ADMIN_USER=admin"
- "GF_SECURITY_SECRET_KEY=su2Tong2zoocie_"
ports:
- 3000:3000
networks:
- i40sys
networks:
i40sys:
external:
name: i40sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment