2021-04-13 00:01:26 +03:00
|
|
|
version: '3.6'
|
|
|
|
|
|
|
|
services:
|
2023-02-04 17:47:02 +03:00
|
|
|
elastic:
|
2021-04-13 00:01:26 +03:00
|
|
|
extends:
|
2024-02-16 17:36:20 +03:00
|
|
|
file: docker-compose.base.yml
|
2021-04-30 14:24:14 +03:00
|
|
|
service: elastic
|
2023-02-04 17:47:02 +03:00
|
|
|
restart: always
|
2021-04-13 00:01:26 +03:00
|
|
|
build:
|
2021-04-15 13:19:32 +03:00
|
|
|
dockerfile: elastic752.Dockerfile
|
2021-04-13 00:01:26 +03:00
|
|
|
volumes:
|
2023-02-04 17:47:02 +03:00
|
|
|
- elastic:/usr/share/elastic/data
|
2021-04-13 00:01:26 +03:00
|
|
|
|
|
|
|
volumes:
|
2023-02-04 17:47:02 +03:00
|
|
|
elastic:
|