|
|
|
|
|
by progx
3517 days ago
|
|
The ENV vars for a container are part of the standard docker system, they work as expected and are supported by many UIs. I mean how dynamic data come into the Container from the UI, when you setup a new container?
I use the data to setup the container, get letsencrypt certificates, update nginx proxy, add to backups, .... Example: I setup a new Apache+PHP-Container with Domain xyz.com, now i want to add a subdomain abc.xyz.com. How can i do that with the UI and automatically inform my other components about the changes. That is what i mean with, that the UI solve not this problem for me and it has no API to connect.
Or their template system is not flexible enough to handle such things. Currently my data is stored in conf files and i use some custom scripts to create / update the docker containers, update proxy, .... |
|