matrix-homeserver-docker-co.../.env.example
Thumbscrew d3957e90f7 remove nginx to allow user to build own reverse proxy
remove volumes and use paths instead

add ability to change Synapse port
2022-02-02 16:53:57 +00:00

15 lines
202 B
Plaintext

# volume
VOLUME_PATH=/data/matrix
# synapse
SYNAPSE_IMAGE_TAG=latest
SERVER_NAME=localhost
SYNAPSE_PORT=8008
CONFIG_FILE_NAME=homeserver.yaml
UID=991
GID=991
TZ=UTC
# postgres
POSTGRESQL_IMAGE_TAG=14