Hi,
I’m making progress with my first docker-compose based app for the appcenter and now want to look into applying settings. For normal container based installs there is https://docs.software-univention.de/app-provider.html#installation-scripts:app-flow:install does the same flow apply for docker-compose (i.e. just replace docker with docker-compose)?
I want to use variables in my compose file for settings and already have a working snippet to update my settings from configure_host
.
What I am currently wondering about: does UCS take care of doing a docker-compose up -d
when settings have changed or do I need to do that in configure_host
.
PS: is it normal that the docker-compose files are not cleaned up after app removal?
edit: so far none the compose based apps have docker-compose in their configure_hosts scripts, so I am doing some tests without this explicit reload as well.