I’m currently running 24.10.2.2 EE. My apps are run in a docker container with dockge keeping track of my compose files. When IP addressing comes to the app store will that also work with docker compose files and dockge?
Nobody knows before it’s released …
We had to do some digging for our new talos-docker-compose apps on this as well.
Simply put:
Yes the new system basically means all the apps get the “hostIPs” section that some newer apps already have and that adds those to the docker-compose files.
You can already do the same thing in dockge as-well.
Likely it wont pick-up dockge-made changes though, but dockge should pick up changes made to apps when/after they update to expose the hostIP sections.
Simply put:
Its not a change to the docker-backend, just a change to the apps frontend that gets rendered into docker-compose.
1 Like