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

[TUI] Provide Overwriting possibilities to created configuration files #81

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Currently running a the TUI container on the same mounted directory e.g., -v ./examples/custom_stack:/path/in/container causes errors since the files already exists.

Conduct checks for the config.yml and creds.yml file initially, if they exist Overwrite them with new user selections. If the files do not exist in the first place create these files.