Skip to content

InfluxDB Docker image, pre-configured for Appwrite server setup.

License

Notifications You must be signed in to change notification settings

appwrite/docker-influxdb

Repository files navigation

Docker InfluxDB

Discord Docker Pulls Build Status Twitter Account Follow Appwrite on StackShare

InfluxDB Docker image pre-configured for Appwrite server installation. This container is only extending the official InfluxDB docker image with Appwrite specific configuration settings, for a fresh installation of InfluxDB use only docker official image.

Getting Started

These instructions will cover usage information to help your run Appwrite's InfluxDB docker container.

Prerequisities

In order to run this container you'll need docker installed.

Usage

docker run appwrite/influxdb

Environment Variables

This container supports all environment variables supplied by the official InfluxDB Docker image.

Build / Release

docker build --tag appwrite/influxdb:0.0.0 .
docker push appwrite/influxdb:0.0.0

Multi-arch build (experimental using buildx):

docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 --tag appwrite/influxdb:0.0.0 --push .

Find Us

Copyright and license

The MIT License (MIT)