Add more information in docker-compose readme

pull/431/head
micaelgallego 2020-03-30 02:34:27 +02:00
parent 30ceb1681e
commit 63c385aab2
1 changed files with 25 additions and 4 deletions

View File

@ -160,14 +160,35 @@ When OpenVidu Platform is ready you will see this message:
---------------------------------------------------- ----------------------------------------------------
``` ```
In case OpenVidu server founds any problem, it will be shown instead of this message. You can press `Ctrl+C` to come back to the shell and OpenVidu will be executed in the background.
You can press `Ctrl+C` to come back to the shell.
If all is ok, you can open OpenVidu Dashboard to verify if videoconference is working as expected. The user is `OPENVIDUAPP` and the password what you have configured in `.env` file. If all is ok, you can open OpenVidu Dashboard to verify if videoconference is working as expected. The user is `OPENVIDUAPP` and the password what you have configured in `.env` file.
If video conference application is started, it is available in https://server/ If video conference application is started, it is available in https://server/
In case OpenVidu server founds any problem with the configuration, it will show a report instead of this message. For example, if you try to use the provided .env file without configuring OPENVIDU_SECRET and OPENVIDU_DOMAIN_OR_PUBLIC_IP you will see the following report
```
Configuration errors
--------------------
* Property OPENVIDU_SECRET is not set. Cannot be empty.
* Property OPENVIDU_DOMAIN_OR_PUBLIC_IP is not set. Cannot be empty
Fix config errors
---------------
1) Return to shell pressing Ctrl+C
2) Set correct values in '.env' configuration file
3) Restart OpenVidu with:
$ ./openvidu-restart.sh
```
### Stop services ### Stop services
To stop the application exec this command: To stop the application exec this command: