docker: make deployment easier

This commit is contained in:
Shyam Sunder
2018-09-23 19:35:42 -04:00
committed by rr-
parent 7081b5be90
commit 987a3aa8f2
5 changed files with 85 additions and 107 deletions

View File

@ -26,12 +26,12 @@ and Docker Compose (version 1.6.0 or greater) already installed.
3. Configure Docker Compose:
```console
user@host:szuru$ cp docker-compose.yml.example docker-compose.yml
user@host:szuru$ edit docker-compose.yml
user@host:szuru$ cp example.env .env
user@host:szuru$ edit .env
```
Read the comments to guide you. For production use, it is *important*
that you configure the volumes appropriately to avoid data loss.
Change the values of the variables in `.env` as needed.
Read the comments to guide you.
### Running the Application