diff --git a/README.md b/README.md index 15f925a5..34053f81 100644 --- a/README.md +++ b/README.md @@ -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