mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-08 05:32:50 +00:00
add redis for potential workers
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
# 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
|
||||
@ -16,3 +17,6 @@ SYNAPSE_ADMIN_PORT=8080
|
||||
|
||||
# postgres
|
||||
POSTGRESQL_IMAGE_TAG=14
|
||||
|
||||
# redis
|
||||
REDIS_IMAGE_TAG=6
|
||||
|
Reference in New Issue
Block a user