version: "2"
volumes:
data:
driver: local
networks:
front: {}
services:
web:
build: .
- front
- default
volumes_from:
- other
other:
image: busybox:latest
command: top
- /data