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.

23 lines
466 B

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