From 95308b11769bc5d0933209ab4f3cf314a9183324 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 28 Nov 2015 07:58:57 +0100 Subject: delete ssh service and adding limits in tested services --- docker-compose.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index 7ef0412..a3521fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,33 +10,29 @@ mariadb: build: Services/mariadb/ container_name: "startx-sv-mariadb" -memcache: - build: Services/memcache/ - container_name: "startx-sv-memcache" +#memcache: +# build: Services/memcache/ +# container_name: "startx-sv-memcache" -mongo: - build: Services/mongo/ - container_name: "startx-sv-mongo" +#mongo: +# build: Services/mongo/ +# container_name: "startx-sv-mongo" nodejs: build: Services/nodejs/ container_name: "startx-sv-nodejs" -ooconv: - build: Services/ooconv/ - container_name: "startx-sv-ooconv" +#ooconv: +# build: Services/ooconv/ +# container_name: "startx-sv-ooconv" php: build: Services/php/ container_name: "startx-sv-php" -postgres: - build: Services/postgres/ - container_name: "startx-sv-postgres" - -ssh: - build: Services/ssh/ - container_name: "startx-sv-ssh" +#postgres: +# build: Services/postgres/ +# container_name: "startx-sv-postgres" #pma: # build: Applications/phpmyadmin/ -- cgit v1.2.1