mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 05:04:35 +08:00
Updated Setup guide (markdown)
parent
077e4cda09
commit
90a10cb769
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue