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:
Antoine Cotten 2022-02-28 09:50:52 +01:00
parent a204596be7
commit 924a1e5987
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
8 changed files with 10 additions and 9 deletions

View File

@ -75,8 +75,8 @@ own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of p
### Host setup ### Host setup
* [Docker Engine](https://docs.docker.com/install/) version **17.05** 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.20.0** or newer * [Docker Compose](https://docs.docker.com/compose/install/) version **1.22.0** or newer
* 1.5 GB of RAM * 1.5 GB of RAM
*:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to *:information_source: Especially on Linux, make sure your user has the [required permissions][linux-postinstall] to

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
@ -14,6 +14,7 @@ services:
context: setup/ context: setup/
args: args:
ELASTIC_VERSION: ${ELASTIC_VERSION} ELASTIC_VERSION: ${ELASTIC_VERSION}
init: true
volumes: volumes:
- setup:/state:Z - setup:/state:Z
environment: environment:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
apm-server: apm-server:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
curator: curator:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
enterprise-search: enterprise-search:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
filebeat: filebeat:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
logspout: logspout:

View File

@ -1,4 +1,4 @@
version: '3.2' version: '3.7'
services: services:
metricbeat: metricbeat: