15 lines
409 B
Bash
15 lines
409 B
Bash
|
|
# ================================
|
|||
|
|
# 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=
|