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:
2022-02-02 16:53:57 +00:00
parent 220a1166f6
commit d3957e90f7
5 changed files with 9 additions and 68 deletions

View File

@ -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