🔒️ added security options to passbolt
This commit is contained in:
parent
8f847d6769
commit
945edb5798
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ services:
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
- DB_DATABASE=${DB_DATABASE}
|
- DB_DATABASE=${DB_DATABASE}
|
||||||
- EMAIL_DEFAULT_TRANSPORT=${EMAIL_TRANSPORT}
|
- EMAIL_DEFAULT_TRANSPORT=${EMAIL_TRANSPORT}
|
||||||
|
- PASSBOLT_SSL_FORCE=true
|
||||||
|
- PASSBOLT_SECURITY_SSL_PROXY=true
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${PGP_PATH}
|
source: ${PGP_PATH}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue