Telegraf Docker image pre-configured for Appwrite server installation. This container is only extending the official Telegraf docker image with Appwrite specific configuration settings, for a fresh installation of Telegraf use only docker official image.
These instructions will cover usage information to help your run Appwrite's Telegraf docker container.
In order to run this container you'll need docker installed.
docker run appwrite/telegraf
This container supports all environment variables supplied by the official Telegraf Docker image.
docker build --tag appwrite/telegraf:1.2.0 .
docker push appwrite/telegraf:1.2.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/telegraf:1.2.0 --push .
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php