Ok, I currently have all my containers (where possible) connected to a network called synology (yes I should have spent more time thinking about a witty name).
I also have a few containers which connect through a VPN container for their internet access.
Is it possible to combine:
Thus giving the container 2 network connections.
As well as telling the container this is in that synology network is internal only?
Or am I just trying to over complicate things?
I also have a few containers which connect through a VPN container for their internet access.
Is it possible to combine:
Code:
networks:
- synology
with
network_mode: service:vpn
As well as telling the container this is in that synology network is internal only?
Or am I just trying to over complicate things?