updated readme
This commit is contained in:
parent
2a6188d79d
commit
4bebdf4bec
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Reference in a new issue