Skip to content

Commit b075057

Browse files
authored
Update README.md
1 parent 9c08e31 commit b075057

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
This is dockerized version of Live Helper Chat. It includes these images
44

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
1213

1314
## Docker instructions
1415

@@ -45,9 +46,20 @@ livehelperchat/lhc_web/cache
4546
livehelperchat/lhc_web/settings
4647
livehelperchat/lhc_web/var
4748
```
49+
## How to listen on standard 80 port?
4850

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
5062

5163
* Go to `Settings -> Live help confgiuration -> Chat configuration -> (Screen sharing)` and
5264
* 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

Comments
 (0)