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

github.com/RainLoop/rainloop-webmail.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.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 000000000..a70b39251
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,24 @@
+version: '2'
+services:
+ node:
+ image: node:8.4-alpine
+ working_dir: /usr/app
+ command: sh -c 'yarn install && yarn global add gulp@3.9.1 && gulp all:docker'
+ volumes:
+ - ./dev:/usr/app/dev
+ - ./rainloop:/usr/app/rainloop
+ - ./assets:/usr/app/assets
+ - ./vendors:/usr/app/vendors
+ - ./build/owncloud:/usr/app/build/owncloud
+ - ./dist:/usr/app/dist
+
+ - ./.eslintrc.js:/usr/app/.eslintrc.js
+ - ./gulpfile.js:/usr/app/gulpfile.js
+ - ./index.php:/usr/app/index.php
+ - ./package.json:/usr/app/package.json
+ - ./webpack.config.builder.js:/usr/app/webpack.config.builder.js
+ - ./webpack.config.js:/usr/app/webpack.config.js
+ - ./yarn.lock:/usr/app/yarn.lock
+
+ - ./build/docker/node_modules:/usr/app/node_modules
+ - ./build/docker/tmp:/tmp