Haven’t tried it myself but can you run Nginx or Traefik in it, or would it give issues connecting to other containers?
Comment on Could somebody share a working Arr stack in docker with me?
myrmidex@belgae.social 1 week ago
Perhaps DockGE would help with your flow, it’s a docker web UI for managing services (in a basic manner, think a basic Portainer). It creates the separate folders for you, all you need to do is give the stack a name and plop the compose file in there. I use it to manage containers on all my VMs, mainly to have an easy overview in the browser but also to avoid issues like yours.
Lumisal@lemmy.world 1 week ago
myrmidex@belgae.social 1 week ago
As much trouble as any regular docker setup I reckon. It’s not doing anything special, just a nice front-end showing the logs, the compose and some details about the different services.
And many of my compose files in there make use of nginx, but the services nginx reference are all inside the same compose.
Postmortal_Pop@lemmy.world 1 week ago
I’m actually running portainer at the moment and it’s been an absolute lifesaver in this nonsense. I’m not great in terminal and it helps me get the syntax right. Unfortunately, it doesn’t seem to do much to whip the arrs into working.