Sign inSign up

marcberg/influxweb

By marcberg

•Updated 23 days ago

Unofficial Docker image for influxWeb; packaging only, upstream project linked below.

Image
Databases & storage
0

1.2K

marcberg/influxweb repository overview

⁠influxWeb Docker Image (Unofficial Build)

This repository provides only the Docker image for influxWeb.
The application itself is developed and maintained in the upstream repository.

⁠Upstream Project

⁠Scope of This Image

  • Container image packaging and distribution only
  • No feature development outside upstream
  • Rebuilds follow upstream changes

⁠Quick Start

⁠Pull the image

docker pull marcberg/influxweb:latest

⁠Run the container

docker run -d --name influxweb -p 8085:8085 -e INFLUX_URL=http://<hostname>:8086 -e INFLUX_TOKEN=<YOUR_TOKEN> -e INFLUX_ORG=<YOUR_ORG> marcberg/influxweb:latest

Open: http://<your-host>:8085

⁠Portainer / docker compose

When deploying via Portainer / Docker Compose, set these environment variables:

  • INFLUX_URL
  • INFLUX_TOKEN
  • INFLUX_ORG
  • optional: BIND_HOST, BIND_PORT, LOG_LEVEL

⁠Notes

Tag summary

Content type

Image

Digest

sha256:0d44a67d6…

Size

37.9 MB

Last updated

23 days ago

docker pull marcberg/influxweb