Traefik is always disabled on apps started from runtipi-cli if they use dynamic compose.
This makes these apps unreachable and by extension unusable, you have to restart them from WebUI.
How to reproduce
Choose any app using dynamic compose.
Stop the app if started. (from WebUI or CLI)
Start the app from CLI
You can try with Glance which is very lightweight
What it looks like
As I understand, dynamic compose regenerate docker-compose.yml when apps are started or stopped.
It basically add all network config, most part being traefik labels.
What is the problem
Traefik is always disabled on apps started from runtipi-cli if they use dynamic compose. This makes these apps unreachable and by extension unusable, you have to restart them from WebUI.
How to reproduce
You can try with Glance which is very lightweight
What it looks like
As I understand, dynamic compose regenerate docker-compose.yml when apps are started or stopped. It basically add all network config, most part being traefik labels.
Docker-compose labels when started from CLI ❌
Docker-compose labels when started from WebUI ✅
As described this can be observed either from starting or stopping