enowars5-service-stldoctor

STL-Analyzing A/D Service for ENOWARS5 in 2021
git clone https://git.sinitax.com/sinitax/enowars5-service-stldoctor
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 973ee12e43e65998e64f6f43c7a4b7b2489bcd0c
parent bd9012bacf074663d5ac0e0566cddfc07f7cf053
Author: ldruschk <14059613+ldruschk@users.noreply.github.com>
Date:   Mon, 21 Jun 2021 23:48:44 +0200

 change docker-compose.yml version to 2 (#35)

* change docker-compose.yml version to 2
Diffstat:
Mchecker/docker-compose.yml | 5++---
Mservice/docker-compose.yml | 5++---
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/checker/docker-compose.yml b/checker/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '2' services: stldoctor-checker: build: . @@ -20,4 +20,4 @@ services: environment: MONGO_INITDB_ROOT_USERNAME: stldoctor_checker MONGO_INITDB_ROOT_PASSWORD: stldoctor_checker - mem_limit: 1G -\ No newline at end of file + mem_limit: 1G diff --git a/service/docker-compose.yml b/service/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: '2' services: printdoc: ulimits: @@ -10,4 +10,4 @@ services: - ./data/:/data:rw ports: - 9090:9000 - mem_limit: 1G -\ No newline at end of file + mem_limit: 1G