summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 07:23:53 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 07:23:53 +0100
commit41d6c788a9b2e740ab9e023664da7e7d77f5afdc (patch)
tree78b0d30d0ad33c6b4a6691738e7b8932a648a882 /docker-compose.yml
parentd756ad578a856c24bd06340329d5aceb9806e777 (diff)
downloadphpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.gz
phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.bz2
phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.xz
phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.zip
adding travis
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..65ce1f3
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,8 @@
+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