|
2 | 2 |
|
3 | 3 | This is dockerized version of Live Helper Chat. It includes these images |
4 | 4 |
|
5 | | -* Nginx running image |
6 | | -* php-fpm running image |
7 | | -* Live Helper Chat cronjob running image |
8 | | -* php-resque running image |
9 | | -* Redis running image |
10 | | -* Database running image |
11 | | -* NodeJS running image (version with NodeJS) |
| 5 | +* `web` - nginx service |
| 6 | +* `php` - php-fpm service |
| 7 | +* `cobrowse` - cobrowsing running NodeJS service |
| 8 | +* `php-cronjob` - cronjobs running service |
| 9 | +* `php-resque` - php-resque worker running service |
| 10 | +* `nodejshelper` - NodeJS Helper NodeJS running serfice |
| 11 | +* `redis` - Redis service |
| 12 | +* `db` - Database service |
12 | 13 |
|
13 | 14 | ## Docker instructions |
14 | 15 |
|
@@ -45,9 +46,20 @@ livehelperchat/lhc_web/cache |
45 | 46 | livehelperchat/lhc_web/settings |
46 | 47 | livehelperchat/lhc_web/var |
47 | 48 | ``` |
| 49 | +## How to listen on standard 80 port? |
48 | 50 |
|
49 | | -# After install todo |
| 51 | +Edit `.env` file and set `LHC_PUBLIC_PORT` and `LHC_NODE_JS_PORT` port to `80` |
| 52 | + |
| 53 | +## How to setup HTTPS? |
| 54 | + |
| 55 | +That's up to you. You can have in host machine runing nginx and just proxy request or tweak images/docker files I provided. You should play around with `web` service. |
| 56 | + |
| 57 | +## My mails are not sending? |
| 58 | + |
| 59 | +You have to edit back office mail settings and use SMTP. |
| 60 | + |
| 61 | +## After install todo |
50 | 62 |
|
51 | 63 | * Go to `Settings -> Live help confgiuration -> Chat configuration -> (Screen sharing)` and |
52 | 64 | * Check `NodeJs support enabled` |
53 | | - * In `socket.io path, optional` enter `/wsnodejs/socket.io` |
| 65 | + * In `socket.io path, optional` enter `/wsnodejs/socket.io` |
0 commit comments