version: "3.5"
services:
web:
image: busybox
command: top
networks:
- foo
- bar
foo:
external: true
name: some_foo
bar:
external:
name: some_bar