shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[influxdbv2] Refactor Initial Credentials insertion via Docker Secrets #48

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Based on Influxdb Docker Repo is is possible to insert the initial credentials via Docker Secrets which can be read from the respective mounted filed within the container.

The refactor resembles similarly to Grafana's Docker Compose File. The final Environment Variables will be inserted to into the main .env file

Tasks