updated readme

This commit is contained in:
Valian 2017-04-21 12:13:03 +02:00
parent 2a6188d79d
commit 4bebdf4bec
1 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,18 @@ If you have problems installing or configuring the application take a look on th
You can also report problems on the [issues page](https://github.com/alextselegidis/easyappointments/issues)
and help the development progress.
### Docker
To start Easy!Appointments using Docker in development configuration with source files mounted into container, run:
```
docker-compose up
```
Production deployment can be made by changing required values in .env file (DB_PASSWORD, APP_URL, APP_PORT) and running:
```
docker-compose -f docker-compose.prod.yml up -d
```
Database data will be stored in named volume "easy-appointments-data", and app storage (logs, cache, uploads) in "easy-appointments-data".
### User Feedback
Whether it is new ideas or defects, your feedback is highly appreciated and will be taken into
consideration for the following releases of the project. Share your experience and discuss your