mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 08:13:18 +01:00
influxdb updates
This commit is contained in:
parent
5bf2c4af41
commit
a130ee43cd
@ -1,6 +1,14 @@
|
|||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
TODO: ...
|
## Deployment
|
||||||
|
|
||||||
|
Copy the `docker-compose.yml` template into your project folder and start the container.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
The initial configuration can be done automatically through docker instructions, or post-installation via the InfluxDB UI or CLI setup.
|
||||||
|
|
||||||
|
*For more info visit:* [Official InfluxDB Installation Documentation](ttps://docs.influxdata.com/influxdb/v2.1/install/)
|
||||||
|
|
||||||
# Best-Practices & Post-Installation
|
# Best-Practices & Post-Installation
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- influxdb-data:/var/lib/influxdb2
|
- influxdb-data:/var/lib/influxdb2
|
||||||
# # Automatically setup influxdb
|
# # Automatically setup influxdb
|
||||||
|
# TODO: no tested...
|
||||||
# environment:
|
# environment:
|
||||||
# - DOCKER_INFLUXDB_INIT_MODE=setup
|
# - DOCKER_INFLUXDB_INIT_MODE=setup
|
||||||
# - DOCKER_INFLUXDB_INIT_USERNAME=my-user
|
# - DOCKER_INFLUXDB_INIT_USERNAME=my-user
|
||||||
@ -20,5 +21,4 @@ services:
|
|||||||
# # (optional) Admin Token
|
# # (optional) Admin Token
|
||||||
# - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token
|
# - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token
|
||||||
# # (optional) Configure TLS
|
# # (optional) Configure TLS
|
||||||
# TODO: no tested
|
|
||||||
# command: influxd --tls-cert=/etc/ssl/cert.pem --tls-key=/etc/ssl/cert-key.pem
|
# command: influxd --tls-cert=/etc/ssl/cert.pem --tls-key=/etc/ssl/cert-key.pem
|
Loading…
Reference in New Issue
Block a user