version: '2.2' services: web: image: busybox:latest command: "sleep 200" depends_on: - db db: image: busybox:latest command: "sleep 200"