Allows for importing data from Tile to InfluxDB v2.
1.9K
Allows for importing data from Tile to InfluxDB v2.
The app reads the settings from template.config.toml, then config.toml (if it exists), then environment variables.
See template.config.toml for details.
Dependency: Docker installed.
Inspect template.config.toml file for all the settings that need to be overriden. Command will look something like:
sudo docker run \
-d \
--name tile-influx \
--memory=100m \
--pull=always \
--restart=always \
-e TILE_INFLUX_TILE_USERNAME=user \
-e TILE_INFLUX_TILE_PASSWORD=password \
-e TILE_INFLUX_INFLUX_TOKEN=token \
vdbg/tile-influx:latest
Dependency: Docker installed.
sudo docker run --name tile-influx -v config.toml:/app/config.toml vdbg/tile-influx:latestsudo docker cp tile-influx:/app/template.config.toml config.tomlconfig.toml by following the instructions in the filesudo docker start tile-influx -iCtrl-C to stop the container, sudo docker container rm tile-influx to delete itsudo docker run \
-d \
--name tile-influx \
-v /path_to_your/config.toml:/app/config.toml \
--memory=100m \
--pull=always \
--restart=always \
vdbg/tile-influx:latest
Content type
Image
Digest
sha256:063044f31…
Size
29.2 MB
Last updated
almost 2 years ago
docker pull vdbg/tile-influx