andrewslotin / docker-tessera-simple

A simple Docker image to run Tessera pointing to an existing Graphite instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Tessera Container

A simple Docker container for Tessera. Initially inspired by aalpern/tessera-simple but completely reworked afterwards:

  • Removed build tools used on build time to compile assets
  • Do not load demo dashboards
  • Build Tessera from github.com/urbanairship/tessera
  • Use fixed revision instead of master branch to make builds reproducible.

Starting this container will bind the following ports by default:

  • 80 — the Tessera user interface and API

You can get up and running with an existing graphite instance by setting the GRAPHITE_URL environment variable when running container:

docker run -P -e GRAPHITE_URL=http://graphite.host:port -it aalpern/tessera-simple

About

A simple Docker image to run Tessera pointing to an existing Graphite instance


Languages

Language:Python 100.0%