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

[timescaledb] Secrets for TimescaleDB container #55

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

TimescaleDB uses the core Postgres configuration information. As Postgres allows to read initial secrets / credentials by File, user Docker Secrets mount logic to seed the database

secrets:
  timescaledb:
    admin_username: <string>
    admin_password: <string>
    database: <string>