diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 07:58:57 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 07:58:57 +0100 |
commit | 95308b11769bc5d0933209ab4f3cf314a9183324 (patch) | |
tree | fc81d27b48964c9c837fe207cb36bae6665d6e25 /docker-compose.yml | |
parent | 3f5e92790bd7360e3454541e7bced410c4532c5f (diff) | |
download | phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.gz phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.bz2 phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.xz phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.zip |
delete ssh service and adding limits in tested services
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 28 |
1 files changed, 12 insertions, 16 deletions
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/ |