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.

19 lines
505 B

  1. version: '2'
  2. services:
  3. server:
  4. image: chrislusf/seaweedfs:local
  5. ports:
  6. - 8333:8333
  7. - 9333:9333
  8. - 19333:19333
  9. - 8084:8080
  10. - 18084:18080
  11. - 8888:8888
  12. - 18888:18888
  13. command: "server -ip=server -filer -s3 -s3.auditLogConfig=/etc/seaweedfs/fluent.json -volume.max=0 -master.volumeSizeLimitMB=8 -volume.preStopSeconds=1"
  14. volumes:
  15. - ./fluent.json:/etc/seaweedfs/fluent.json
  16. fluent:
  17. image: fluent/fluentd:v1.14
  18. ports:
  19. - 24224:24224