mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-03 11:29:04 +00:00
remove nginx to allow user to build own reverse proxy
remove volumes and use paths instead add ability to change Synapse port
This commit is contained in:
11
.env.example
11
.env.example
@ -1,7 +1,10 @@
|
||||
# volume
|
||||
VOLUME_PATH=/data/matrix
|
||||
|
||||
# synapse
|
||||
SYNAPSE_IMAGE_TAG=latest
|
||||
SERVER_NAME=localhost
|
||||
CONFIG_DIR=/data
|
||||
SYNAPSE_PORT=8008
|
||||
CONFIG_FILE_NAME=homeserver.yaml
|
||||
UID=991
|
||||
GID=991
|
||||
@ -9,9 +12,3 @@ TZ=UTC
|
||||
|
||||
# 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