-
I am evaluating komodo to manage my docker compose stacks that are versioned in a git repository. This repository not only contains the docker compose YAML's, but also config files for the services (e.g. an nginx.conf when deploying a web server). Is there any way to make komodo deploy such additional files as well? Maybe even similar to the env files with global variable replacements? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Komodo will clone the entire repo to your host, so the config files are included in the clone. As long as you are using In terms of direct Komodo management of config files, I have considered this and opened this issue with my idea: #92 |
Beta Was this translation helpful? Give feedback.
Komodo will clone the entire repo to your host, so the config files are included in the clone. As long as you are using
systemd
managed periphery (or with container you make sure to follow #180) then the relative mounts work, and the config files will also be mounted into containers as specified in the compose files.In terms of direct Komodo management of config files, I have considered this and opened this issue with my idea: #92