version: '2' services: web: image: busybox:1.31.0-uclibc command: "sleep 100" links: - db db: image: busybox:1.31.0-uclibc command: "sleep 200"