mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
update readmes
This commit is contained in:
@ -8,18 +8,25 @@ Isso is a commenting server similar to Disqus. More info on the [official websit
|
||||
|
||||
#### Features
|
||||
- Based on Alpine Linux 3.3.
|
||||
- Latest Isso installed via pip.
|
||||
- Latest Isso installed with `pip`.
|
||||
|
||||
#### Build-time variables
|
||||
- **ISSO_VER** : version of Isso.
|
||||
-
|
||||
#### Environment variables
|
||||
- **GID** : isso group id.
|
||||
- **UID** : isso user id.
|
||||
- **GID** : isso group id *(default : 991)*
|
||||
- **UID** : isso user id *(default : 991)*
|
||||
|
||||
#### Volumes
|
||||
- **/config** : configuration files.
|
||||
- **/config** : location of configuration files.
|
||||
- **/db** : location of SQLite database.
|
||||
|
||||
#### Ports
|
||||
- **8080** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration).
|
||||
|
||||
#### Example of simple configuration
|
||||
Here is the full documentation : https://posativ.org/isso/docs/
|
||||
|
||||
```
|
||||
# /mnt/docker/isso/config/isso.conf
|
||||
[general]
|
||||
@ -37,7 +44,4 @@ isso:
|
||||
volumes:
|
||||
- /mnt/docker/isso/config:/config
|
||||
- /mnt/docker/isso/db:/db
|
||||
```
|
||||
|
||||
#### Reverse proxy
|
||||
https://github.com/Wonderfall/dockerfiles/tree/master/reverse
|
||||
```
|
Reference in New Issue
Block a user