matrix-homeserver-docker-co.../.env.example

16 lines
274 B
Plaintext

# Docker settings
VOLUME_PATH=/data/matrix
DOCKER_PROXY_NETWORK=proxy # Replace with your proxy's network
# 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