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

[docker][node-red][influxdbv2] Remove `user` parameter from Docker Compose Templates #88

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Having ansible_user_id anything other than the uid within the container causes Node-RED and InfluxDBv2 to crash since during initialization phase the container tries to create directories which cannot be performed due to user id mismatches in container / host.

With resolution of #79 by using mode for secrets, the user parameter can be removed from all the Compose Templates.

Removing it from all templates would be preferable to make compose files compatible.

Tasks