File: docker-compose-fail-none.yaml

package info (click to toggle)
podman-compose 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 10,946; sh: 107; javascript: 48; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
version: "3"
services:
    sh1:
      image: nopush/podman-compose-test
      command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 1; exit 0"]
    sh2:
      image: nopush/podman-compose-test
      command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 2; exit 0"]
    sh3:
      image: nopush/podman-compose-test
      command: ["dumb-init", "/bin/busybox", "sh", "-c", "sleep 3; exit 0"]