You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
425 B

  1. version: '2'
  2. services:
  3. master:
  4. image: chrislusf/seaweedfs
  5. ports:
  6. - 9333:9333
  7. command: "master"
  8. networks:
  9. default:
  10. aliases:
  11. - seaweed_master
  12. volume:
  13. image: chrislusf/seaweedfs
  14. ports:
  15. - 8080:8080
  16. command: 'volume -max=5 -mserver="master:9333" -port=8080'
  17. depends_on:
  18. - master
  19. networks:
  20. default:
  21. aliases:
  22. - seaweed_volume