Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..e7d63ad
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,14 @@
+selenium:
+ image: selenium/standalone-chrome:2.47.1
+ expose:
+ - 4444
+
+grunt:
+ image: digitallyseamless/nodejs-bower-grunt
+ expose:
+ - 9000
+ links:
+ - selenium
+ volumes:
+ - /vagrant:/data
+ command: grunt watch