From 90a10cb769b3623e6c93e05e9776b2782a154735 Mon Sep 17 00:00:00 2001 From: okriuchykhin Date: Tue, 13 Jun 2017 14:30:58 +0200 Subject: [PATCH] Updated Setup guide (markdown) --- Setup-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Setup-guide.md b/Setup-guide.md index e9e0941..5b9a89f 100644 --- a/Setup-guide.md +++ b/Setup-guide.md @@ -55,7 +55,9 @@ On Windows 10, you can use [Docker for Windows](https://docs.docker.com/docker-f ### Docker structure -The main sciNote application runs in a Docker container called `web`. The database runs in a separate container, called `db`. This database container makes use of a special, persistent container called `dbdata`. +When starting sciNote application in development mode it runs in a Docker container called `scinote_web_development`, which uses volume `scinote_development_files` for storing uploaded files and `scinote_development_bundler` for storing program dependencies. The database runs in a separate container, called `scinote_db_development`. This database container makes use of a persistent volume called `scinote_development_postgres` for storing database files. + +For running application in production please check this [section](#running-inside-docker-containers-in-production-mode-with-docker-compose) ### Commands