In latest fangtooth can we do container networking?

I use glutunvpn and currently have installed via dockge but would like to run it under apps. Can I, even from the cli, setup container networking so that my containers that need vpn are routed through it?

Why not just copy your compose from dockge and add it as a custom yaml app?

To get other apps to use the gluetun tunnel, each of those apps just need this added:

    network_mode: container:gluetun

You’ll probably want to define those apps ports for local access in gluetun’s compose. Gluetun’s github has examples.

Yes, that’s true but I think I lose the nice icons and other nice things in the container management UI. I suppose these are things they will work out in future updates.

There’s a post in the feature requests area for icons/webportals and it also has instructions on how to do it yourself.

I think I found that post but did not include any instructions for how to do it. Maybe I saw the wrong thread?

After doing that you prob need to edit the custom yaml, even without changes, then deploy to get middlewared to do what it needs to add the web portal and icon.