I'm trying to integrate Bitmagnet into this stack. I've got the Gluetun instance running properly with my vpn, but am not sure how to make the bitmagnet container link to the Gluetun. I've tried adding: network_mode: "service:gluetun" to the docker-compose but it errors. The boilerplate compose file functions, and I can access the web UI (and it starts indexing right away) but if I try to change the network in portainer it fails as well.
When I look at the networks in Portainer, the YAMS containers sit on one subnet and the bitmagnet ends up sitting on a different subnet.
bitmagnet.io Has the install/compose files etc if anyone can assist.
I'm new to containers, but have previous history with linux/networking etc.
Any help is appreciated!