wk1: initial docker image setup
This commit is contained in:
commit
51738fcac7
33 changed files with 1833 additions and 0 deletions
14
mailserver.env
Normal file
14
mailserver.env
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# ================================
|
||||
# General Configuration
|
||||
# ================================
|
||||
|
||||
# empty: SSL disabled
|
||||
# letsencrypt: Enable Let's Encrypt certificates
|
||||
# manual: Manually specify certificate locations
|
||||
# self-signed: Enable self-signed certificates
|
||||
SSL_TYPE=empty
|
||||
|
||||
# Works only with `SSL_TYPE=manual`.
|
||||
# Mount SSL certificates using paths mounted to the container.
|
||||
SSL_CERT_PATH=
|
||||
SSL_KEY_PATH=
|
||||
Loading…
Add table
Add a link
Reference in a new issue