Skip to content

Instantly share code, notes, and snippets.

@plu
Created March 1, 2019 10:52
Show Gist options
  • Save plu/1ef3e8bbbe4c209c4fa789ff7b18effe to your computer and use it in GitHub Desktop.
Save plu/1ef3e8bbbe4c209c4fa789ff7b18effe to your computer and use it in GitHub Desktop.
grafana:
container_name: grafana
image: grafana/grafana
restart: always
environment:
- VIRTUAL_HOST=grafana.plunien.com
- LETSENCRYPT_HOST=grafana.plunien.com
- LETSENCRYPT_EMAIL=plu@pqpq.de
ports:
- 3000:3000
volumes:
- /volume1/docker/grafana/var/lib/grafana:/var/lib/grafana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment