minus-squareGuillaume Rossolini@infosec.exchangetoSelfhosted@lemmy.world•Separate Docker stacks using gluetun networkinglinkfedilinkarrow-up1·23 days ago@Dust0741 you could also get each container to access the other by specifying the stack prefix Say you have stack1 and stack2 Stack1 can have networks: stack2_default: external: trueservices: foo: networks: - default - stack2_default linkfedilink
@Dust0741 you could also get each container to access the other by specifying the stack prefix
Say you have stack1 and stack2
Stack1 can have
networks: stack2_default: external: trueservices: foo: networks: - default - stack2_default