summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 07:32:39 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 07:32:39 +0100
commit96716ec932f74a04bc9c8bf52e038f0a2705c654 (patch)
treef7e247fc41c4defa06691ae05f6de19aad4cbfbe /docker-compose.yml
parent41d6c788a9b2e740ab9e023664da7e7d77f5afdc (diff)
downloadphpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.gz
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.bz2
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.tar.xz
phpmyadmin-96716ec932f74a04bc9c8bf52e038f0a2705c654.zip
adding travis
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml55
1 files changed, 47 insertions, 8 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 65ce1f3..45bea51 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,8 +1,47 @@
-server:
- build: ./
-# image: sx-fedora
- container_name: "sx-fedora"
- mem_limit: 1g
- memswap_limit: 2g
- cpu_shares: 4096
- restart: "on-failure:2" \ No newline at end of file
+fedora:
+ build: OS/
+ container_name: "startx-fedora"
+
+apache:
+ build: Services/apache/
+ container_name: "startx-sv-apache"
+
+mariadb:
+ build: Services/mariadb/
+ container_name: "startx-sv-mariadb"
+
+memcache:
+ build: Services/memcache/
+ container_name: "startx-sv-memcache"
+
+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"
+
+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"
+
+pma:
+ build: Applications/phpmyadmin/
+ container_name: "startx-app-phpmyadmin"
+
+rockmongo:
+ build: Applications/rockmongo/
+ container_name: "startx-app-rockmongo" \ No newline at end of file