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

23 lines
365 B
Plaintext

# Docker settings
VOLUME_PATH=/data/matrix
DOCKER_PROXY_NETWORK=proxy # Replace with your proxy's network
DOCKER_PROXY_EXT=false
# synapse
SYNAPSE_IMAGE_TAG=latest
SERVER_NAME=localhost
SYNAPSE_PORT=8008
CONFIG_FILE_NAME=homeserver.yaml
UID=991
GID=991
TZ=UTC
# synapse admin
SYNAPSE_ADMIN_PORT=8080
# postgres
POSTGRESQL_IMAGE_TAG=14
# redis
REDIS_IMAGE_TAG=6