version: "2"
services:
web:
image: busybox
command: top
networks:
- networks_foo
- bar
networks_foo:
external: true
bar:
external:
name: networks_bar