Copy the docker-compose.yml template into your project folder and start the container.
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
It's not secure to expose InfluxDB via the HTTP protocol. Follow these steps to enable HTTPS only.
TODO: #15 Test Docker-Compose for InfluxDB2
influxd --tls-cert=/etc/ssl/cert.pem --tls-key=/etc/ssl/cert-key.pem