mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-01 18:39:07 +00:00
add nginx reverse proxy
This commit is contained in:
10
.env.example
10
.env.example
@ -1,11 +1,17 @@
|
||||
# synapse
|
||||
SYNAPSE_IMAGE_TAG=latest
|
||||
SERVER_NAME=localhost
|
||||
HTTP_PORT=8008
|
||||
CONFIG_DIR=/data
|
||||
CONFIG_FILE_NAME=homeserver.yaml
|
||||
UID=991
|
||||
GID=991
|
||||
TZ=UTC
|
||||
|
||||
POSTGRESQL_IMAGE_TAG=14
|
||||
# postgres
|
||||
POSTGRESQL_IMAGE_TAG=14
|
||||
|
||||
# nginx
|
||||
HTTPS_PORT=443
|
||||
FEDERATION_HTTPS_PORT=8448
|
||||
SSL_CERT_PATH=/etc/ssl/certs/ssl-cert-snakeoil.pem
|
||||
SSL_KEY_PATH=/etc/ssl/private/ssl-cert-snakeoil.key
|
Reference in New Issue
Block a user