mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-03 19:43:19 +01:00
chore: Update Compose file version to 3.7
Allows enabling the 'init' option in the 'setup' service. Requires Docker 18.06.0 and Compose 1.22.0.
This commit is contained in:
@@ -75,8 +75,8 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p
|
||||
|
||||
### Host setup
|
||||
|
||||
* [Docker Engine](https://docs.docker.com/install/) version **17.05** or newer
|
||||
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.20.0** or newer
|
||||
* [Docker Engine](https://docs.docker.com/install/) version **18.06.0** or newer
|
||||
* [Docker Compose](https://docs.docker.com/compose/install/) version **1.22.0** or newer
|
||||
* 1.5 GB of RAM
|
||||
|
||||
*:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
|
||||
@@ -14,6 +14,7 @@ services:
|
||||
context: setup/
|
||||
args:
|
||||
ELASTIC_VERSION: ${ELASTIC_VERSION}
|
||||
init: true
|
||||
volumes:
|
||||
- setup:/state:Z
|
||||
environment:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
apm-server:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
curator:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
enterprise-search:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
filebeat:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
logspout:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
metricbeat:
|
||||
|
||||
Reference in New Issue
Block a user