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.

24 lines
527 B

  1. version: '3.6'
  2. services:
  3. elasticsearch752:
  4. extends:
  5. file: docker-compose.elasticsearch.base.yml
  6. service: elasticsearch
  7. build:
  8. context: ./dockerfiles/elasticsearch752
  9. volumes:
  10. - elastic752:/usr/share/elasticsearch/data
  11. elasticsearch732:
  12. extends:
  13. file: docker-compose.elasticsearch.base.yml
  14. service: elasticsearch
  15. build:
  16. context: ./dockerfiles/elasticsearch732
  17. volumes:
  18. - elastic732:/usr/share/elasticsearch/data
  19. volumes:
  20. elastic752:
  21. elastic732: