Update Docker Compose file format: 2.0 → 2.4 (minor)

Allows the use of additional parameters such as `cpus` and
`healthcheck`.
This commit is contained in:
Andrew Kvalheim 2020-04-13 08:13:07 -07:00 committed by Henne Vogelsang
parent 0646e41a82
commit b6208d4d4b
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
version: '2' version: "2.4"
services: services:
osem: osem:
build: build:

View file

@ -1,4 +1,4 @@
version: "2" version: "2.4"
services: services:
database: database:

View file

@ -1,4 +1,4 @@
version: "2" version: "2.4"
services: services:
production_database: production_database: