compose.yaml 101 B

12345678
  1. services:
  2. foo:
  3. image: nginx:alpine
  4. depends_on:
  5. - bar
  6. bar:
  7. image: nginx:alpine