[SCALE] Native apps vs. Docker compose.
Hello all, im rebuilding my server and per what I'm reading Docker compose is the way to deploy apps vs using native apps. However there's a few things that bother me with this.
- if multiple apps are made with 1 docker compose they are all bundled under the same app in the app menu.
- apps don't have icons to easily identify them.
- is it better to make 1 compose file for each app, or make 1 big monolithic one?