version: "2.0" services: db: image: busybox:latest command: top web: image: busybox:latest command: top depends_on: - db console: image: busybox:latest command: top