1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
version: "3" services: foo: image: busybox:1.31.0-uclibc bar: image: busybox:1.31.0-uclibc profiles: - test baz: image: busybox:1.31.0-uclibc depends_on: - bar profiles: - test zot: image: busybox:1.31.0-uclibc depends_on: - bar profiles: - debug