fig.yml 189 B

1234567891011
  1. db:
  2. image: busybox:latest
  3. command: /bin/sleep 300
  4. web:
  5. image: busybox:latest
  6. command: /bin/sleep 300
  7. links:
  8. - db:db
  9. console:
  10. image: busybox:latest
  11. command: /bin/sleep 300