Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/docker-influxdb
InfluxDB Docker image, pre-configured for Appwrite server setup.
https://github.com/appwrite/docker-influxdb
appwrite docker hacktoberfest influxdb
Last synced: 3 months ago
JSON representation
InfluxDB Docker image, pre-configured for Appwrite server setup.
- Host: GitHub
- URL: https://github.com/appwrite/docker-influxdb
- Owner: appwrite
- License: mit
- Created: 2020-10-08T13:25:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T09:45:11.000Z (about 2 years ago)
- Last Synced: 2024-09-27T06:23:27.126Z (3 months ago)
- Topics: appwrite, docker, hacktoberfest, influxdb
- Language: Shell
- Homepage: https://appwrite.io
- Size: 26.4 KB
- Stars: 26
- Watchers: 16
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker InfluxDB
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
[![Docker Pulls](https://img.shields.io/docker/pulls/appwrite/influxdb?color=f02e65&style=flat-square)](https://hub.docker.com/r/appwrite/mariadb)
[![Build Status](https://img.shields.io/travis/com/appwrite/docker-influxdb?style=flat-square)](https://travis-ci.com/appwrite/docker-influxdb)
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
[![Follow Appwrite on StackShare](https://img.shields.io/badge/follow%20on-stackshare-blue?style=flat-square)](https://stackshare.io/appwrite)InfluxDB Docker image pre-configured for [Appwrite server](https://appwrite.io) 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](https://hub.docker.com/_/influxdb).
## 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.
* [Windows](https://docs.docker.com/windows/started)
* [OS X](https://docs.docker.com/mac/started/)
* [Linux](https://docs.docker.com/linux/started/)### Usage
```shell
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](https://github.com/docker/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
* [GitHub](https://github.com/appwrite)
* [Discord](https://discord.gg/GSeTUeA)
* [Twitter](https://twitter.com/appwrite_io)## Copyright and license
The MIT License [(MIT)](http://www.opensource.org/licenses/mit-license.php)