external-networks.yml 206 B

12345678910111213141516
  1. version: "2"
  2. services:
  3. web:
  4. image: busybox
  5. command: top
  6. networks:
  7. - networks_foo
  8. - bar
  9. networks:
  10. networks_foo:
  11. external: true
  12. bar:
  13. external:
  14. name: networks_bar