composer readme section

This commit is contained in:
Diego Lendoiro 2018-01-18 10:49:13 +01:00
parent 36b814b603
commit 5cf475e985
1 changed files with 11 additions and 1 deletions

View File

@ -55,6 +55,7 @@ available browsing `https://yourdomain.com`
Passbolt docker image provides several environment variables to configure different aspects:
```
* APP_FULL_BASE_URL: Passbolt base url (Example https://yourdomain.com)
* DATASOURCES_DEFAULT_HOST: database hostname (default: localhost)
* DATASOURCES_DEFAULT_PORT: database port (default: 3306)
@ -84,6 +85,7 @@ Passbolt docker image provides several environment variables to configure differ
* PASSBOLT_SSL_FORCE: Redirects http to https from passbolt (defaults to true)
* PASSBOLT_SECURITY_SET_HEADERS: Send CSP Headers from passbolt (defaults to true)
* SECURITY_SALT: A random number user in security hashing methods.
```
### Configuration files
@ -103,6 +105,14 @@ It is also possible to mount a ssl certificate on the following paths:
* /etc/ssl/certs/certificate.crt
* /etc/ssl/certs/certificate.key
### docker-compose
Usage:
```
$ docker-compose up
```
# Requirements:
* rng-tools are required on host machine to speed up entropy generation on containers.